Class AlterTableOperation
- java.lang.Object
-
- org.apache.flink.table.operations.ddl.AlterTableOperation
-
- All Implemented Interfaces:
AlterOperation,ExecutableOperation,Operation
- Direct Known Subclasses:
AddPartitionsOperation,AlterPartitionOperation,AlterTableChangeOperation,AlterTableOptionsOperation,AlterTableRenameOperation,AlterTableSchemaOperation,DropPartitionsOperation
@Internal public abstract class AlterTableOperation extends Object implements AlterOperation
Abstract Operation to describe all ALTER TABLE statements such as rename table /set properties.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.table.operations.ExecutableOperation
ExecutableOperation.Context
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanignoreIfTableNotExistsprotected org.apache.flink.table.catalog.ObjectIdentifiertableIdentifier
-
Constructor Summary
Constructors Constructor Description AlterTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, boolean ignoreIfTableNotExists)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.catalog.ObjectIdentifiergetTableIdentifier()booleanignoreIfTableNotExists()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.table.operations.ExecutableOperation
execute
-
Methods inherited from interface org.apache.flink.table.operations.Operation
asSummaryString
-
-