Class AlterViewOperation
java.lang.Object
org.apache.flink.table.operations.ddl.AlterViewOperation
- All Implemented Interfaces:
AlterOperation,ExecutableOperation,Operation
- Direct Known Subclasses:
AlterViewAsOperation,AlterViewPropertiesOperation,AlterViewRenameOperation
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
FieldsModifier and TypeFieldDescriptionprotected final org.apache.flink.table.catalog.ObjectIdentifier -
Constructor Summary
ConstructorsConstructorDescriptionAlterViewOperation(org.apache.flink.table.catalog.ObjectIdentifier viewIdentifier) -
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
-
viewIdentifier
protected final org.apache.flink.table.catalog.ObjectIdentifier viewIdentifier
-
-
Constructor Details
-
AlterViewOperation
public AlterViewOperation(org.apache.flink.table.catalog.ObjectIdentifier viewIdentifier)
-
-
Method Details
-
getViewIdentifier
public org.apache.flink.table.catalog.ObjectIdentifier getViewIdentifier()
-