| Package | Description |
|---|---|
| com.facebook.presto.spi.plan | |
| com.facebook.presto.spi.relation |
| Modifier and Type | Method and Description |
|---|---|
CallExpression |
AggregationNode.Aggregation.getCall() |
| Constructor and Description |
|---|
Aggregation(CallExpression call,
Optional<RowExpression> filter,
Optional<OrderingScheme> orderingScheme,
boolean isDistinct,
Optional<VariableReferenceExpression> mask) |
| Modifier and Type | Method and Description |
|---|---|
R |
RowExpressionVisitor.visitCall(CallExpression call,
C context) |
Copyright © 2012–2022. All rights reserved.