Interface ModifyOperation
- All Superinterfaces:
Operation
- All Known Implementing Classes:
CollectModifyOperation,CreateTableASOperation,DeleteFromFilterOperation,ExternalModifyOperation,OutputConversionModifyOperation,ReplaceTableAsOperation,SinkModifyOperation,StagedSinkModifyOperation,UnregisteredSinkModifyOperation
A
Operation that describes the DML queries such as e.g. INSERT or conversion to a
DataStream.
A tree of QueryOperation with a ModifyOperation on top represents a runnable
query that can be transformed into a graph of Transformation via Planner.translate(List)
- See Also:
-
Method Summary
Methods inherited from interface org.apache.flink.table.operations.Operation
asSummaryString
-
Method Details
-
getChild
QueryOperation getChild() -
accept
-