| Package | Description |
|---|---|
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
AggregationNode.GroupingSetDescriptor |
AggregationNode.getGroupingSets() |
static AggregationNode.GroupingSetDescriptor |
AggregationNode.globalAggregation() |
static AggregationNode.GroupingSetDescriptor |
AggregationNode.groupingSets(List<Symbol> groupingKeys,
int groupingSetCount,
Set<Integer> globalGroupingSets) |
static AggregationNode.GroupingSetDescriptor |
AggregationNode.singleGroupingSet(List<Symbol> groupingKeys) |
| 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) |
Copyright © 2012–2019. All rights reserved.