| Package | Description |
|---|---|
| org.apache.flink.table.api.internal | |
| org.apache.flink.table.operations | |
| org.apache.flink.table.operations.ddl |
| Class and Description |
|---|
| AnalyzeTableOperation
Operation to describe an
ANALYZE TABLE statement. |
| Class and Description |
|---|
| CreateTableOperation
Operation to describe a CREATE TABLE statement.
|
| Class and Description |
|---|
| AlterOperation
A
Operation 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
A
Operation that describes the DDL statements, e.g. |
| DropOperation
A
Operation that describes the DROP DDL statements, e.g. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.