Class AlterPartitionOperation
java.lang.Object
org.apache.flink.table.operations.ddl.AlterTableOperation
org.apache.flink.table.operations.ddl.AlterPartitionOperation
- All Implemented Interfaces:
AlterOperation,ExecutableOperation,Operation
- Direct Known Subclasses:
AlterPartitionPropertiesOperation
Abstract Operation to describe all ALTER TABLE statements that should be applied to partitions.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.operations.ExecutableOperation
ExecutableOperation.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.flink.table.catalog.CatalogPartitionSpecFields inherited from class org.apache.flink.table.operations.ddl.AlterTableOperation
ignoreIfTableNotExists, tableIdentifier -
Constructor Summary
ConstructorsConstructorDescriptionAlterPartitionOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, org.apache.flink.table.catalog.CatalogPartitionSpec partitionSpec) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.catalog.CatalogPartitionSpecMethods inherited from class org.apache.flink.table.operations.ddl.AlterTableOperation
getTableIdentifier, ignoreIfTableNotExistsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.operations.ExecutableOperation
executeMethods inherited from interface org.apache.flink.table.operations.Operation
asSummaryString
-
Field Details
-
partitionSpec
protected final org.apache.flink.table.catalog.CatalogPartitionSpec partitionSpec
-
-
Constructor Details
-
AlterPartitionOperation
public AlterPartitionOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, org.apache.flink.table.catalog.CatalogPartitionSpec partitionSpec)
-
-
Method Details
-
getPartitionSpec
public org.apache.flink.table.catalog.CatalogPartitionSpec getPartitionSpec()
-