| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.sql.planner | |
| io.prestosql.sql.planner.plan |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
StatisticAggregationsDescriptor<Symbol> |
StatisticsAggregationPlanner.TableStatisticAggregation.getDescriptor() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
Optional<StatisticAggregationsDescriptor<Symbol>> |
TableWriterNode.getStatisticsAggregationDescriptor() |
Optional<StatisticAggregationsDescriptor<Symbol>> |
TableFinishNode.getStatisticsAggregationDescriptor() |
| Constructor and Description |
|---|
StatisticsWriterNode(PlanNodeId id,
PlanNode source,
StatisticsWriterNode.WriteStatisticsTarget target,
Symbol rowCountSymbol,
boolean rowCountEnabled,
StatisticAggregationsDescriptor<Symbol> descriptor) |
| Constructor and Description |
|---|
TableFinishNode(PlanNodeId id,
PlanNode source,
TableWriterNode.WriterTarget target,
Symbol rowCountSymbol,
Optional<StatisticAggregations> statisticsAggregation,
Optional<StatisticAggregationsDescriptor<Symbol>> statisticsAggregationDescriptor) |
TableWriterNode(PlanNodeId id,
PlanNode source,
TableWriterNode.WriterTarget target,
Symbol rowCountSymbol,
Symbol fragmentSymbol,
List<Symbol> columns,
List<String> columnNames,
Optional<PartitioningScheme> partitioningScheme,
Optional<StatisticAggregations> statisticsAggregation,
Optional<StatisticAggregationsDescriptor<Symbol>> statisticsAggregationDescriptor) |
Copyright © 2012–2019. All rights reserved.