Package io.trino.sql.planner.plan
Class MergeProcessorNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.MergeProcessorNode
The node processes the result of the Searched CASE and RIGHT JOIN
derived from a MERGE statement.
-
Constructor Summary
ConstructorsConstructorDescriptionMergeProcessorNode(PlanNodeId id, PlanNode source, TableWriterNode.MergeTarget target, Symbol rowIdSymbol, Symbol mergeRowSymbol, List<Symbol> dataColumnSymbols, List<Symbol> redistributionColumnSymbols, List<Symbol> outputs) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) replaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
MergeProcessorNode
-
-
Method Details
-
getSource
-
getTarget
-
getMergeRowSymbol
-
getRowIdSymbol
-
getDataColumnSymbols
-
getRedistributionColumnSymbols
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
getSources
- Specified by:
getSourcesin classPlanNode
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-