Package io.trino.sql.planner.plan
Class StatisticAggregations.Parts
- java.lang.Object
-
- io.trino.sql.planner.plan.StatisticAggregations.Parts
-
- Enclosing class:
- StatisticAggregations
public static class StatisticAggregations.Parts extends Object
-
-
Constructor Summary
Constructors Constructor Description Parts(StatisticAggregations partialAggregation, StatisticAggregations finalAggregation, Map<Symbol,Symbol> mappings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatisticAggregationsgetFinalAggregation()Map<Symbol,Symbol>getMappings()StatisticAggregationsgetPartialAggregation()
-
-
-
Constructor Detail
-
Parts
public Parts(StatisticAggregations partialAggregation, StatisticAggregations finalAggregation, Map<Symbol,Symbol> mappings)
-
-
Method Detail
-
getPartialAggregation
public StatisticAggregations getPartialAggregation()
-
getFinalAggregation
public StatisticAggregations getFinalAggregation()
-
-