Uses of Class
io.trino.sql.planner.plan.StatisticAggregationsDescriptor
Packages that use StatisticAggregationsDescriptor
-
Uses of StatisticAggregationsDescriptor in io.trino.operator
Constructors in io.trino.operator with parameters of type StatisticAggregationsDescriptorModifierConstructorDescriptionStatisticsWriterOperator(OperatorContext operatorContext, StatisticsWriterOperator.StatisticsWriter statisticsWriter, StatisticAggregationsDescriptor<Integer> descriptor, boolean rowCountEnabled) StatisticsWriterOperatorFactory(int operatorId, PlanNodeId planNodeId, StatisticsWriterOperator.StatisticsWriter statisticsWriter, boolean rowCountEnabled, StatisticAggregationsDescriptor<Integer> descriptor) TableFinishOperator(OperatorContext operatorContext, TableFinishOperator.TableFinisher tableFinisher, Operator statisticsAggregationOperator, StatisticAggregationsDescriptor<Integer> descriptor, boolean statisticsCpuTimerEnabled, TableExecuteContext tableExecuteContext, boolean outputRowCount) TableFinishOperatorFactory(int operatorId, PlanNodeId planNodeId, TableFinishOperator.TableFinisher tableFinisher, OperatorFactory statisticsAggregationOperatorFactory, StatisticAggregationsDescriptor<Integer> descriptor, TableExecuteContextManager tableExecuteContextManager, boolean outputRowCount, Session session) -
Uses of StatisticAggregationsDescriptor in io.trino.sql.planner
Methods in io.trino.sql.planner that return StatisticAggregationsDescriptorModifier and TypeMethodDescriptionStatisticsAggregationPlanner.TableStatisticAggregation.getDescriptor() -
Uses of StatisticAggregationsDescriptor in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return StatisticAggregationsDescriptorModifier and TypeMethodDescriptionStatisticAggregationsDescriptor.Builder.build()static <T> StatisticAggregationsDescriptor<T> StatisticAggregationsDescriptor.empty()static <T> StatisticAggregationsDescriptor<T> StatisticAggregationsDescriptor.fromJson(Map<String, T> grouping, Map<TableStatisticType, T> tableStatistics, List<StatisticAggregationsDescriptor.ColumnStatisticAggregationsDescriptor<T>> columnStatistics) StatisticsWriterNode.getDescriptor()<T2> StatisticAggregationsDescriptor<T2> Methods in io.trino.sql.planner.plan that return types with arguments of type StatisticAggregationsDescriptorModifier and TypeMethodDescriptionTableFinishNode.getStatisticsAggregationDescriptor()TableWriterNode.getStatisticsAggregationDescriptor()Constructors in io.trino.sql.planner.plan with parameters of type StatisticAggregationsDescriptorModifierConstructorDescriptionStatisticsWriterNode(PlanNodeId id, PlanNode source, StatisticsWriterNode.WriteStatisticsTarget target, Symbol rowCountSymbol, boolean rowCountEnabled, StatisticAggregationsDescriptor<Symbol> descriptor)