Class AlterViewOperation
- java.lang.Object
-
- org.apache.flink.table.operations.ddl.AlterViewOperation
-
- All Implemented Interfaces:
AlterOperation
,ExecutableOperation
,Operation
- Direct Known Subclasses:
AlterViewAsOperation
,AlterViewPropertiesOperation
,AlterViewRenameOperation
@Internal public abstract class AlterViewOperation extends Object implements AlterOperation
Abstract Operation to describe all ALTER VIEW statements.
-
-
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
viewIdentifier
-
Constructor Summary
Constructors Constructor Description AlterViewOperation(org.apache.flink.table.catalog.ObjectIdentifier viewIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.catalog.ObjectIdentifier
getViewIdentifier()
-
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
-
-