| Package | Description |
|---|---|
| com.facebook.presto.spi.plan |
| Modifier and Type | Method and Description |
|---|---|
AggregationNode.Step |
AggregationNode.getStep() |
static AggregationNode.Step |
AggregationNode.Step.partialInput(AggregationNode.Step step) |
static AggregationNode.Step |
AggregationNode.Step.partialOutput(AggregationNode.Step step) |
static AggregationNode.Step |
AggregationNode.Step.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationNode.Step[] |
AggregationNode.Step.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AggregationNode.Step |
AggregationNode.Step.partialInput(AggregationNode.Step step) |
static AggregationNode.Step |
AggregationNode.Step.partialOutput(AggregationNode.Step step) |
| Constructor and Description |
|---|
AggregationNode(Optional<SourceLocation> sourceLocation,
PlanNodeId id,
Optional<PlanNode> statsEquivalentPlanNode,
PlanNode source,
Map<VariableReferenceExpression,AggregationNode.Aggregation> aggregations,
AggregationNode.GroupingSetDescriptor groupingSets,
List<VariableReferenceExpression> preGroupedVariables,
AggregationNode.Step step,
Optional<VariableReferenceExpression> hashVariable,
Optional<VariableReferenceExpression> groupIdVariable) |
AggregationNode(Optional<SourceLocation> sourceLocation,
PlanNodeId id,
PlanNode source,
Map<VariableReferenceExpression,AggregationNode.Aggregation> aggregations,
AggregationNode.GroupingSetDescriptor groupingSets,
List<VariableReferenceExpression> preGroupedVariables,
AggregationNode.Step step,
Optional<VariableReferenceExpression> hashVariable,
Optional<VariableReferenceExpression> groupIdVariable) |
Copyright © 2012–2022. All rights reserved.