| Package | Description |
|---|---|
| io.prestosql.sql.planner.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Property<TopNNode,Lookup,TopNNode.Step> |
Patterns.TopN.step() |
| Constructor and Description |
|---|
TopNNode(PlanNodeId id,
PlanNode source,
long count,
OrderingScheme orderingScheme,
TopNNode.Step step) |
Copyright © 2012–2019. All rights reserved.