Class AlterMaterializedTableOperation
- java.lang.Object
-
- org.apache.flink.table.operations.materializedtable.AlterMaterializedTableOperation
-
- All Implemented Interfaces:
AlterOperation
,ExecutableOperation
,MaterializedTableOperation
,Operation
- Direct Known Subclasses:
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
Fields Modifier and Type Field Description protected org.apache.flink.table.catalog.ObjectIdentifier
tableIdentifier
-
Constructor Summary
Constructors Constructor Description AlterMaterializedTableOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.catalog.ObjectIdentifier
getTableIdentifier()
-
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
-
-