Package io.trino.sql.planner.plan
Class DeleteNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.DeleteNode
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteNode(PlanNodeId id, PlanNode source, TableWriterNode.DeleteTarget target, Symbol rowId, List<Symbol> outputs) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) Aggregate information about deleted datagetRowId()replaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
DeleteNode
public DeleteNode(PlanNodeId id, PlanNode source, TableWriterNode.DeleteTarget target, Symbol rowId, List<Symbol> outputs)
-
-
Method Details
-
getSource
-
getTarget
-
getRowId
-
getOutputSymbols
Aggregate information about deleted data- Specified by:
getOutputSymbolsin classPlanNode
-
getSources
- Specified by:
getSourcesin classPlanNode
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-