| Package | Description |
|---|---|
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
static JoinNode.DistributionType |
JoinNode.DistributionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinNode.DistributionType[] |
JoinNode.DistributionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<JoinNode.DistributionType> |
JoinNode.getDistributionType() |
| Modifier and Type | Method and Description |
|---|---|
JoinNode |
JoinNode.withDistributionType(JoinNode.DistributionType distributionType) |
| Constructor and Description |
|---|
JoinNode(PlanNodeId id,
JoinNode.Type type,
PlanNode left,
PlanNode right,
List<JoinNode.EquiJoinClause> criteria,
List<Symbol> outputSymbols,
Optional<Expression> filter,
Optional<Symbol> leftHashSymbol,
Optional<Symbol> rightHashSymbol,
Optional<JoinNode.DistributionType> distributionType,
Optional<Boolean> spillable) |
Copyright © 2012–2019. All rights reserved.