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
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
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final org.apache.flink.table.catalog.ObjectIdentifier -
Constructor Summary
ConstructorsConstructorDescriptionAlterTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, boolean ignoreIfTableNotExists) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.catalog.ObjectIdentifierbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.operations.ExecutableOperation
executeMethods inherited from interface org.apache.flink.table.operations.Operation
asSummaryString
-
Field Details
-
tableIdentifier
protected final org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier -
ignoreIfTableNotExists
protected final boolean ignoreIfTableNotExists
-
-
Constructor Details
-
AlterTableOperation
public AlterTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, boolean ignoreIfTableNotExists)
-
-
Method Details
-
getTableIdentifier
public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier() -
ignoreIfTableNotExists
public boolean ignoreIfTableNotExists()
-