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