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