Package io.trino.sql.planner.plan
Class GroupIdNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.GroupIdNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) replaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
GroupIdNode
-
-
Method Details
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getSource
-
getGroupingSets
-
getDistinctGroupingSetSymbols
-
getGroupingColumns
-
getAggregationArguments
-
getGroupIdSymbol
-
accept
-
getInputSymbols
-
getCommonGroupingColumns
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-