Package io.trino.sql.planner.plan
Class StatisticAggregations
java.lang.Object
io.trino.sql.planner.plan.StatisticAggregations
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStatisticAggregations(Map<Symbol, AggregationNode.Aggregation> aggregations, List<Symbol> groupingSymbols) -
Method Summary
Modifier and TypeMethodDescriptioncreatePartialAggregations(SymbolAllocator symbolAllocator, Session session, PlannerContext plannerContext)
-
Constructor Details
-
StatisticAggregations
public StatisticAggregations(Map<Symbol, AggregationNode.Aggregation> aggregations, List<Symbol> groupingSymbols)
-
-
Method Details
-
getAggregations
-
getGroupingSymbols
-
createPartialAggregations
public StatisticAggregations.Parts createPartialAggregations(SymbolAllocator symbolAllocator, Session session, PlannerContext plannerContext)
-