| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.join | |
| org.apache.drill.exec.planner.physical |
| Modifier and Type | Method and Description |
|---|---|
static JoinUtils.JoinCategory |
JoinUtils.getJoinCategory(org.apache.calcite.rel.RelNode left,
org.apache.calcite.rel.RelNode right,
org.apache.calcite.rex.RexNode condition,
List<Integer> leftKeys,
List<Integer> rightKeys,
List<Boolean> filterNulls) |
static JoinUtils.JoinCategory |
JoinUtils.JoinCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinUtils.JoinCategory[] |
JoinUtils.JoinCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected JoinUtils.JoinCategory |
JoinPrel.joincategory |
Copyright © 2021 The Apache Software Foundation. All rights reserved.