Uses of Class
org.apache.drill.exec.planner.logical.DrillSemiJoinRel
-
Uses of DrillSemiJoinRel in org.apache.drill.exec.planner.logical
Modifier and TypeMethodDescriptionDrillSemiJoinRel.copy
(org.apache.calcite.plan.RelTraitSet traitSet, org.apache.calcite.rex.RexNode condition, org.apache.calcite.rel.RelNode left, org.apache.calcite.rel.RelNode right, org.apache.calcite.rel.core.JoinRelType joinType, boolean semiJoinDone) static DrillSemiJoinRel
DrillSemiJoinRel.create
(org.apache.calcite.rel.RelNode left, org.apache.calcite.rel.RelNode right, org.apache.calcite.rex.RexNode condition, List<Integer> leftKeys, List<Integer> rightKeys)