Class AlterMaterializedTableOperation
java.lang.Object
org.apache.flink.table.operations.materializedtable.AlterMaterializedTableOperation
- All Implemented Interfaces:
AlterOperation,ExecutableOperation,MaterializedTableOperation,Operation
- Direct Known Subclasses:
AlterMaterializedTableAsQueryOperation,AlterMaterializedTableChangeOperation,AlterMaterializedTableRefreshOperation,AlterMaterializedTableResumeOperation,AlterMaterializedTableSuspendOperation
@Internal
public abstract class AlterMaterializedTableOperation
extends Object
implements AlterOperation, MaterializedTableOperation
Abstract Operation to describe all ALTER MATERIALIZED 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 org.apache.flink.table.catalog.ObjectIdentifier -
Constructor Summary
ConstructorsConstructorDescriptionAlterMaterializedTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.catalog.ObjectIdentifierMethods 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
-
-
Constructor Details
-
AlterMaterializedTableOperation
public AlterMaterializedTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier)
-
-
Method Details
-
getTableIdentifier
public org.apache.flink.table.catalog.ObjectIdentifier getTableIdentifier()
-