| Package | Description |
|---|---|
| com.facebook.presto.spi.plan |
| Modifier and Type | Method and Description |
|---|---|
Assignments |
Assignments.Builder.build() |
static Assignments |
Assignments.copyOf(Map<VariableReferenceExpression,RowExpression> assignments) |
Assignments |
Assignments.filter(Collection<VariableReferenceExpression> variables) |
Assignments |
Assignments.filter(Predicate<VariableReferenceExpression> predicate) |
Assignments |
ProjectNode.getAssignments() |
static Assignments |
Assignments.of() |
static Assignments |
Assignments.of(VariableReferenceExpression variable,
RowExpression expression) |
static Assignments |
Assignments.of(VariableReferenceExpression variable1,
RowExpression expression1,
VariableReferenceExpression variable2,
RowExpression expression2) |
| Modifier and Type | Method and Description |
|---|---|
Assignments.Builder |
Assignments.Builder.putAll(Assignments assignments) |
| 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) |
ProjectNode(PlanNodeId id,
PlanNode source,
Assignments assignments) |
Copyright © 2012–2022. All rights reserved.