Uses of Class
org.apache.flink.table.operations.ddl.AlterTableOperation
-
Packages that use AlterTableOperation Package Description org.apache.flink.table.legacy.operations.ddl org.apache.flink.table.operations.ddl -
-
Uses of AlterTableOperation in org.apache.flink.table.legacy.operations.ddl
Subclasses of AlterTableOperation in org.apache.flink.table.legacy.operations.ddl Modifier and Type Class Description classAlterTableOptionsOperationDeprecated.Please useAlterTableChangeOperationinstead. -
Uses of AlterTableOperation in org.apache.flink.table.operations.ddl
Subclasses of AlterTableOperation in org.apache.flink.table.operations.ddl Modifier and Type Class Description classAddPartitionsOperationOperation to describe ALTER TABLE ADD PARTITION statement.classAlterPartitionOperationAbstract Operation to describe all ALTER TABLE statements that should be applied to partitions.classAlterPartitionPropertiesOperationOperation to alter the properties of partition.classAlterTableChangeOperationAlter table with new table definition and table changes represents the modification.classAlterTableRenameOperationOperation to describe a ALTER TABLE ..classAlterTableSchemaOperationOperation to describe altering the schema of a table.classDropPartitionsOperationOperation to describe ALTER TABLE DROP PARTITION statement.
-