| Package | Description |
|---|---|
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
JoinNode.Type |
JoinNode.getType() |
JoinNode.Type |
LateralJoinNode.Type.toJoinNodeType() |
static JoinNode.Type |
JoinNode.Type.typeConvert(Join.Type joinType) |
static JoinNode.Type |
JoinNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinNode.Type[] |
JoinNode.Type.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<JoinNode,Lookup,JoinNode.Type> |
Patterns.Join.type() |
| Modifier and Type | Method and Description |
|---|---|
static SpatialJoinNode.Type |
SpatialJoinNode.Type.fromJoinNodeType(JoinNode.Type joinNodeType) |
| 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.