| Package | Description |
|---|---|
| io.prestosql.cost | |
| io.prestosql.sql.planner | |
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
static PlanNodeStatsEstimate |
AggregationStatsRule.groupBy(PlanNodeStatsEstimate sourceStats,
Collection<Symbol> groupBySymbols,
Map<Symbol,AggregationNode.Aggregation> aggregations) |
| Modifier and Type | Method and Description |
|---|---|
AggregationNode.Aggregation |
StatisticsAggregationPlanner.ColumnStatisticsAggregation.getAggregation() |
| Modifier and Type | Method and Description |
|---|---|
Map<Symbol,AggregationNode.Aggregation> |
AggregationNode.getAggregations() |
Map<Symbol,AggregationNode.Aggregation> |
StatisticAggregations.getAggregations() |
| Constructor and Description |
|---|
AggregationNode(PlanNodeId id,
PlanNode source,
Map<Symbol,AggregationNode.Aggregation> aggregations,
AggregationNode.GroupingSetDescriptor groupingSets,
List<Symbol> preGroupedSymbols,
AggregationNode.Step step,
Optional<Symbol> hashSymbol,
Optional<Symbol> groupIdSymbol) |
StatisticAggregations(Map<Symbol,AggregationNode.Aggregation> aggregations,
List<Symbol> groupingSymbols) |
Copyright © 2012–2019. All rights reserved.