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