| Package | Description |
|---|---|
| com.facebook.presto.spi.plan |
| Modifier and Type | Method and Description |
|---|---|
TopNNode.Step |
TopNNode.getStep() |
static TopNNode.Step |
TopNNode.Step.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopNNode.Step[] |
TopNNode.Step.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Copyright © 2012–2022. All rights reserved.