@Internal public interface ModifyOperation extends Operation
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)
QueryOperation
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ModifyOperationVisitor<T> visitor) |
QueryOperation |
getChild() |
asSummaryString
QueryOperation getChild()
<T> T accept(ModifyOperationVisitor<T> visitor)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.