Package io.trino.sql.planner.plan
Class TableUpdateNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.TableUpdateNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) replaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
TableUpdateNode
-
-
Method Details
-
getTarget
-
getOutput
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
getSources
- Specified by:
getSourcesin classPlanNode
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-
accept
-