Uses of Interface
org.apache.flink.table.operations.ddl.AlterOperation
Packages that use AlterOperation
Package
Description
-
Uses of AlterOperation in org.apache.flink.table.legacy.operations.ddl
Classes in org.apache.flink.table.legacy.operations.ddl that implement AlterOperation -
Uses of AlterOperation in org.apache.flink.table.operations.ddl
Classes in org.apache.flink.table.operations.ddl that implement AlterOperationModifier and TypeClassDescriptionclassOperation to describe ALTER TABLE ADD PARTITION statement.classOperation to describe a ALTER CATALOG COMMENT statement.classOperation to describe a ALTER FUNCTION statement for catalog functions.classOperation to describe a ALTER CATALOG SET statement.classOperation to describe an ALTER CATALOG RESET statement.classOperation to describe a ALTER DATABASE statement.classAbstract Operation to describe all ALTER TABLE statements that should be applied to partitions.classOperation to alter the properties of partition.classAlter table with new table definition and table changes represents the modification.classAbstract Operation to describe all ALTER TABLE statements such as rename table /set properties.classOperation to describe a ALTER TABLE ..classOperation to describe altering the schema of a table.classOperation to describe an ALTER VIEW ...classAbstract Operation to describe all ALTER VIEW statements.classOperation to describe a ALTER VIEW ..classOperation to describe a ALTER VIEW ..classOperation 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 AlterOperationModifier and TypeClassDescriptionclassOperation to describe an ALTER MATERIALIZED TABLE AS query operation.classAlter materialized table with new table definition and table changes represents the modification.classAbstract Operation to describe all ALTER MATERIALIZED TABLE statements such as rename table /set properties.classOperation to describe clause like: ALTER MATERIALIZED TABLE [catalog_name.]classOperation to describe a ALTER MATERIALIZED TABLE ...classOperation to describe a ALTER MATERIALIZED TABLE ...
AlterTableChangeOperationinstead.