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 |
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 |
AlterTableAddConstraintOperation
Operation of "ALTER TABLE ADD [CONSTRAINT constraintName] ..." clause.
|
class |
AlterTableDropConstraintOperation
Operation of "ALTER TABLE ADD [CONSTRAINT constraintName] ..." clause.
|
class |
AlterTablePropertiesOperation
Operation to describe a ALTER TABLE ..
|
class |
AlterTableRenameOperation
Operation to describe a ALTER TABLE ..
|
class |
AlterTableSchemaOperation
Operation to describe altering the schema of a table.
|
class |
DropPartitionsOperation
Operation to describe ALTER TABLE DROP PARTITION statement.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.