Uses of Class
org.apache.drill.exec.planner.logical.DrillSemiJoinRel
Packages that use DrillSemiJoinRel
-
Uses of DrillSemiJoinRel in org.apache.drill.exec.planner.logical
Methods in org.apache.drill.exec.planner.logical that return DrillSemiJoinRelModifier 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)