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