Uses of Class
io.trino.sql.planner.plan.StatisticAggregations
Packages that use StatisticAggregations
-
Uses of StatisticAggregations in io.trino.sql.planner
Methods in io.trino.sql.planner that return StatisticAggregationsModifier and TypeMethodDescriptionStatisticsAggregationPlanner.TableStatisticAggregation.getAggregations() -
Uses of StatisticAggregations in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return StatisticAggregationsModifier and TypeMethodDescriptionStatisticAggregations.Parts.getFinalAggregation()StatisticAggregations.Parts.getPartialAggregation()Methods in io.trino.sql.planner.plan that return types with arguments of type StatisticAggregationsModifier and TypeMethodDescriptionTableFinishNode.getStatisticsAggregation()TableWriterNode.getStatisticsAggregation()Constructors in io.trino.sql.planner.plan with parameters of type StatisticAggregationsModifierConstructorDescriptionParts(StatisticAggregations partialAggregation, StatisticAggregations finalAggregation, Map<Symbol, Symbol> mappings) Constructor parameters in io.trino.sql.planner.plan with type arguments of type StatisticAggregationsModifierConstructorDescriptionTableFinishNode(PlanNodeId id, PlanNode source, TableWriterNode.WriterTarget target, Symbol rowCountSymbol, Optional<StatisticAggregations> statisticsAggregation, Optional<StatisticAggregationsDescriptor<Symbol>> statisticsAggregationDescriptor)