Interface ModifyOperation

All Superinterfaces:
Operation
All Known Implementing Classes:
CollectModifyOperation, CreateTableASOperation, DeleteFromFilterOperation, ExternalModifyOperation, OutputConversionModifyOperation, ReplaceTableAsOperation, SinkModifyOperation, StagedSinkModifyOperation, UnregisteredSinkModifyOperation

@Internal public interface ModifyOperation extends Operation
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: