Uses of Class
io.trino.sql.planner.plan.AggregationNode.GroupingSetDescriptor
Packages that use AggregationNode.GroupingSetDescriptor
-
Uses of AggregationNode.GroupingSetDescriptor in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return AggregationNode.GroupingSetDescriptorModifier and TypeMethodDescriptionAggregationNode.getGroupingSets()AggregationNode.globalAggregation()AggregationNode.groupingSets(List<Symbol> groupingKeys, int groupingSetCount, Set<Integer> globalGroupingSets) AggregationNode.singleGroupingSet(List<Symbol> groupingKeys) Methods in io.trino.sql.planner.plan with parameters of type AggregationNode.GroupingSetDescriptorModifier and TypeMethodDescriptionAggregationNode.Builder.setGroupingSets(AggregationNode.GroupingSetDescriptor groupingSets) static AggregationNodeAggregationNode.singleAggregation(PlanNodeId id, PlanNode source, Map<Symbol, AggregationNode.Aggregation> aggregations, AggregationNode.GroupingSetDescriptor groupingSets) Constructors in io.trino.sql.planner.plan with parameters of type AggregationNode.GroupingSetDescriptorModifierConstructorDescriptionAggregationNode(PlanNodeId id, PlanNode source, Map<Symbol, AggregationNode.Aggregation> aggregations, AggregationNode.GroupingSetDescriptor groupingSets, List<Symbol> preGroupedSymbols, AggregationNode.Step step, Optional<Symbol> hashSymbol, Optional<Symbol> groupIdSymbol)