Uses of Interface
org.apache.flink.table.operations.ddl.AlterOperation
-
Packages that use AlterOperation Package Description org.apache.flink.table.legacy.operations.ddl org.apache.flink.table.operations.ddl org.apache.flink.table.operations.materializedtable -
-
Uses of AlterOperation in org.apache.flink.table.legacy.operations.ddl
Classes in org.apache.flink.table.legacy.operations.ddl that implement AlterOperation Modifier and Type Class Description classAlterTableOptionsOperationDeprecated.Please useAlterTableChangeOperationinstead. -
Uses of AlterOperation in org.apache.flink.table.operations.ddl
Classes in org.apache.flink.table.operations.ddl that implement AlterOperation Modifier and Type Class Description classAddPartitionsOperationOperation to describe ALTER TABLE ADD PARTITION statement.classAlterCatalogCommentOperationOperation to describe a ALTER CATALOG COMMENT statement.classAlterCatalogFunctionOperationOperation to describe a ALTER FUNCTION statement for catalog functions.classAlterCatalogOptionsOperationOperation to describe a ALTER CATALOG SET statement.classAlterCatalogResetOperationOperation to describe an ALTER CATALOG RESET statement.classAlterDatabaseOperationOperation to describe a ALTER DATABASE statement.classAlterModelChangeOperationOperation to describe a ALTER MODEL ..classAlterModelRenameOperationOperation to describe a ALTER MODEL ..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.classAlterTableOperationAbstract Operation to describe all ALTER TABLE statements such as rename table /set properties.classAlterTableRenameOperationOperation to describe a ALTER TABLE ..classAlterTableSchemaOperationOperation to describe altering the schema of a table.classAlterViewAsOperationOperation to describe an ALTER VIEW ...classAlterViewOperationAbstract Operation to describe all ALTER VIEW statements.classAlterViewPropertiesOperationOperation to describe a ALTER VIEW ..classAlterViewRenameOperationOperation to describe a ALTER VIEW ..classDropPartitionsOperationOperation to describe ALTER TABLE DROP PARTITION statement. -
Uses of AlterOperation in org.apache.flink.table.operations.materializedtable
Classes in org.apache.flink.table.operations.materializedtable that implement AlterOperation Modifier and Type Class Description classAlterMaterializedTableAsQueryOperationOperation to describe an ALTER MATERIALIZED TABLE AS query operation.classAlterMaterializedTableChangeOperationAlter materialized table with new table definition and table changes represents the modification.classAlterMaterializedTableOperationAbstract Operation to describe all ALTER MATERIALIZED TABLE statements such as rename table /set properties.classAlterMaterializedTableRefreshOperationOperation to describe clause like: ALTER MATERIALIZED TABLE [catalog_name.]classAlterMaterializedTableResumeOperationOperation to describe a ALTER MATERIALIZED TABLE ...classAlterMaterializedTableSuspendOperationOperation to describe a ALTER MATERIALIZED TABLE ...
-