Uses of Package
org.apache.flink.table.operations.ddl
-
Classes in org.apache.flink.table.operations.ddl used by org.apache.flink.table.api.internal Class Description AnalyzeTableOperation Operation to describe anANALYZE TABLE
statement. -
Classes in org.apache.flink.table.operations.ddl used by org.apache.flink.table.legacy.operations.ddl Class Description AlterOperation AOperation
that describes the DDL statements, e.g.AlterTableOperation Abstract Operation to describe all ALTER TABLE statements such as rename table /set properties. -
Classes in org.apache.flink.table.operations.ddl used by org.apache.flink.table.operations Class Description CreateTableOperation Operation to describe a CREATE TABLE statement. -
Classes in org.apache.flink.table.operations.ddl used by org.apache.flink.table.operations.ddl Class Description AlterOperation AOperation
that describes the DDL statements, e.g.AlterPartitionOperation Abstract Operation to describe all ALTER TABLE statements that should be applied to partitions.AlterTableOperation Abstract Operation to describe all ALTER TABLE statements such as rename table /set properties.AlterViewOperation Abstract Operation to describe all ALTER VIEW statements.CreateOperation AOperation
that describes the DDL statements, e.g.DropOperation AOperation
that describes the DROP DDL statements, e.g. -
Classes in org.apache.flink.table.operations.ddl used by org.apache.flink.table.operations.materializedtable Class Description AlterOperation AOperation
that describes the DDL statements, e.g.CreateOperation AOperation
that describes the DDL statements, e.g.DropOperation AOperation
that describes the DROP DDL statements, e.g.