Uses of Class
io.trino.sql.planner.plan.StatisticAggregationsDescriptor
-
Packages that use StatisticAggregationsDescriptor Package Description io.trino.operator io.trino.sql.planner io.trino.sql.planner.plan -
-
Uses of StatisticAggregationsDescriptor in io.trino.operator
Constructors in io.trino.operator with parameters of type StatisticAggregationsDescriptor Constructor Description StatisticsWriterOperator(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)TableFinishOperatorFactory(int operatorId, PlanNodeId planNodeId, TableFinishOperator.TableFinisher tableFinisher, OperatorFactory statisticsAggregationOperatorFactory, StatisticAggregationsDescriptor<Integer> descriptor, Session session) -
Uses of StatisticAggregationsDescriptor in io.trino.sql.planner
Methods in io.trino.sql.planner that return StatisticAggregationsDescriptor Modifier and Type Method Description StatisticAggregationsDescriptor<Symbol>StatisticsAggregationPlanner.TableStatisticAggregation. getDescriptor() -
Uses of StatisticAggregationsDescriptor in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return StatisticAggregationsDescriptor Modifier and Type Method Description StatisticAggregationsDescriptor<T>StatisticAggregationsDescriptor.Builder. build()static <T> StatisticAggregationsDescriptor<T>StatisticAggregationsDescriptor. empty()StatisticAggregationsDescriptor<Symbol>StatisticsWriterNode. getDescriptor()<T2> StatisticAggregationsDescriptor<T2>StatisticAggregationsDescriptor. map(Function<T,T2> mapper)Methods in io.trino.sql.planner.plan that return types with arguments of type StatisticAggregationsDescriptor Modifier and Type Method Description Optional<StatisticAggregationsDescriptor<Symbol>>TableFinishNode. getStatisticsAggregationDescriptor()Optional<StatisticAggregationsDescriptor<Symbol>>TableWriterNode. getStatisticsAggregationDescriptor()Constructors in io.trino.sql.planner.plan with parameters of type StatisticAggregationsDescriptor Constructor Description StatisticsWriterNode(PlanNodeId id, PlanNode source, StatisticsWriterNode.WriteStatisticsTarget target, Symbol rowCountSymbol, boolean rowCountEnabled, StatisticAggregationsDescriptor<Symbol> descriptor)
-