| Package | Description |
|---|---|
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
IndexJoinNode.Type |
IndexJoinNode.getType() |
static IndexJoinNode.Type |
IndexJoinNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexJoinNode.Type[] |
IndexJoinNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IndexJoinNode(PlanNodeId id,
IndexJoinNode.Type type,
PlanNode probeSource,
PlanNode indexSource,
List<IndexJoinNode.EquiJoinClause> criteria,
Optional<Symbol> probeHashSymbol,
Optional<Symbol> indexHashSymbol) |
Copyright © 2012–2019. All rights reserved.