Uses of Enum
org.apache.drill.exec.physical.impl.join.JoinUtils.JoinCategory
-
Uses of JoinUtils.JoinCategory in org.apache.drill.exec.physical.impl.join
Modifier and TypeMethodDescriptionstatic 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
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. -
Uses of JoinUtils.JoinCategory in org.apache.drill.exec.planner.physical