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 class
AlterTableOptionsOperation
Deprecated.Please useAlterTableChangeOperation
instead. -
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 class
AddPartitionsOperation
Operation to describe ALTER TABLE ADD PARTITION statement.class
AlterCatalogCommentOperation
Operation to describe a ALTER CATALOG COMMENT statement.class
AlterCatalogFunctionOperation
Operation to describe a ALTER FUNCTION statement for catalog functions.class
AlterCatalogOptionsOperation
Operation to describe a ALTER CATALOG SET statement.class
AlterCatalogResetOperation
Operation to describe an ALTER CATALOG RESET statement.class
AlterDatabaseOperation
Operation to describe a ALTER DATABASE statement.class
AlterPartitionOperation
Abstract Operation to describe all ALTER TABLE statements that should be applied to partitions.class
AlterPartitionPropertiesOperation
Operation to alter the properties of partition.class
AlterTableChangeOperation
Alter table with new table definition and table changes represents the modification.class
AlterTableOperation
Abstract Operation to describe all ALTER TABLE statements such as rename table /set properties.class
AlterTableRenameOperation
Operation to describe a ALTER TABLE ..class
AlterTableSchemaOperation
Operation to describe altering the schema of a table.class
AlterViewAsOperation
Operation to describe an ALTER VIEW ...class
AlterViewOperation
Abstract Operation to describe all ALTER VIEW statements.class
AlterViewPropertiesOperation
Operation to describe a ALTER VIEW ..class
AlterViewRenameOperation
Operation to describe a ALTER VIEW ..class
DropPartitionsOperation
Operation 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 class
AlterMaterializedTableChangeOperation
Alter materialized table with new table definition and table changes represents the modification.class
AlterMaterializedTableOperation
Abstract Operation to describe all ALTER MATERIALIZED TABLE statements such as rename table /set properties.class
AlterMaterializedTableRefreshOperation
Operation to describe clause like: ALTER MATERIALIZED TABLE [catalog_name.]class
AlterMaterializedTableResumeOperation
Operation to describe a ALTER MATERIALIZED TABLE ...class
AlterMaterializedTableSuspendOperation
Operation to describe a ALTER MATERIALIZED TABLE ...
-