Uses of Class
io.trino.sql.planner.plan.StatisticAggregations
-
Packages that use StatisticAggregations Package Description io.trino.sql.planner io.trino.sql.planner.plan -
-
Uses of StatisticAggregations in io.trino.sql.planner
Methods in io.trino.sql.planner that return StatisticAggregations Modifier and Type Method Description StatisticAggregationsStatisticsAggregationPlanner.TableStatisticAggregation. getAggregations() -
Uses of StatisticAggregations in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return StatisticAggregations Modifier and Type Method Description StatisticAggregationsStatisticAggregations.Parts. getFinalAggregation()StatisticAggregationsStatisticAggregations.Parts. getPartialAggregation()Methods in io.trino.sql.planner.plan that return types with arguments of type StatisticAggregations Modifier and Type Method Description Optional<StatisticAggregations>TableFinishNode. getStatisticsAggregation()Optional<StatisticAggregations>TableWriterNode. getStatisticsAggregation()Constructors in io.trino.sql.planner.plan with parameters of type StatisticAggregations Constructor Description Parts(StatisticAggregations partialAggregation, StatisticAggregations finalAggregation, Map<Symbol,Symbol> mappings)Constructor parameters in io.trino.sql.planner.plan with type arguments of type StatisticAggregations Constructor Description TableFinishNode(PlanNodeId id, PlanNode source, TableWriterNode.WriterTarget target, Symbol rowCountSymbol, Optional<StatisticAggregations> statisticsAggregation, Optional<StatisticAggregationsDescriptor<Symbol>> statisticsAggregationDescriptor)
-