| Package | Description |
|---|---|
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
LateralJoinNode.Type |
LateralJoinNode.getType() |
static LateralJoinNode.Type |
LateralJoinNode.Type.typeConvert(Join.Type joinType) |
static LateralJoinNode.Type |
LateralJoinNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LateralJoinNode.Type[] |
LateralJoinNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LateralJoinNode(PlanNodeId id,
PlanNode input,
PlanNode subquery,
List<Symbol> correlation,
LateralJoinNode.Type type,
Expression filter,
Node originSubquery) |
Copyright © 2012–2019. All rights reserved.