Package io.trino.sql.planner.plan
Class ApplyNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.ApplyNode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordstatic enumstatic final recordstatic enumstatic interface -
Constructor Summary
ConstructorsConstructorDescriptionApplyNode(PlanNodeId id, PlanNode input, PlanNode subquery, Map<Symbol, ApplyNode.SetExpression> subqueryAssignments, List<Symbol> correlation, Node originSubquery) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) getInput()replaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
ApplyNode
public ApplyNode(PlanNodeId id, PlanNode input, PlanNode subquery, Map<Symbol, ApplyNode.SetExpression> subqueryAssignments, List<Symbol> correlation, Node originSubquery)
-
-
Method Details
-
getInput
-
getSubquery
-
getSubqueryAssignments
-
getCorrelation
-
getOriginSubquery
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-