| Package | Description |
|---|---|
| com.facebook.presto.spi.plan |
| Modifier and Type | Method and Description |
|---|---|
OrderingScheme |
TopNNode.getOrderingScheme() |
| Modifier and Type | Method and Description |
|---|---|
Optional<OrderingScheme> |
AggregationNode.Aggregation.getOrderBy() |
| Constructor and Description |
|---|
TopNNode(Optional<SourceLocation> sourceLocation,
PlanNodeId id,
Optional<PlanNode> statsEquivalentPlanNode,
PlanNode source,
long count,
OrderingScheme orderingScheme,
TopNNode.Step step) |
TopNNode(Optional<SourceLocation> sourceLocation,
PlanNodeId id,
PlanNode source,
long count,
OrderingScheme orderingScheme,
TopNNode.Step step) |
| Constructor and Description |
|---|
Aggregation(CallExpression call,
Optional<RowExpression> filter,
Optional<OrderingScheme> orderingScheme,
boolean isDistinct,
Optional<VariableReferenceExpression> mask) |
Copyright © 2012–2022. All rights reserved.