| Package | Description |
|---|---|
| org.apache.flink.table.operations.ddl |
| Modifier and Type | Class and Description |
|---|---|
class |
AddPartitionsOperation
Operation to describe ALTER TABLE ADD PARTITION statement.
|
class |
AlterCatalogFunctionOperation
Operation to describe a ALTER FUNCTION statement for catalog functions.
|
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 |
AlterTableOptionsOperation
Deprecated.
Please use
AlterTableChangeOperation instead. |
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.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.