Uses of Package
org.apache.flink.table.operations.ddl
-
Packages that use org.apache.flink.table.operations.ddl Package Description org.apache.flink.table.api.internal org.apache.flink.table.operations 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 TABLEstatement. -
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 AOperationthat 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 AOperationthat describes the DDL statements, e.g.DropOperation AOperationthat describes the DROP DDL statements, e.g.