| Package | Description |
|---|---|
| io.prestosql.sql.planner | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
StatisticAggregations |
StatisticsAggregationPlanner.TableStatisticAggregation.getAggregations() |
| Modifier and Type | Method and Description |
|---|---|
StatisticAggregations |
StatisticAggregations.Parts.getFinalAggregation() |
StatisticAggregations |
StatisticAggregations.Parts.getPartialAggregation() |
| Modifier and Type | Method and Description |
|---|---|
Optional<StatisticAggregations> |
TableWriterNode.getStatisticsAggregation() |
Optional<StatisticAggregations> |
TableFinishNode.getStatisticsAggregation() |
| Constructor and Description |
|---|
Parts(StatisticAggregations partialAggregation,
StatisticAggregations finalAggregation,
Map<Symbol,Symbol> mappings) |
| 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.