Uses of Class
org.apache.drill.exec.planner.logical.RowKeyJoinRel
Packages that use RowKeyJoinRel
-
Uses of RowKeyJoinRel in org.apache.drill.exec.planner.logical
Methods in org.apache.drill.exec.planner.logical that return RowKeyJoinRelModifier and TypeMethodDescriptionstatic RowKeyJoinRelRowKeyJoinRel.convert(Join join, ConversionContext context) RowKeyJoinRel.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) -
Uses of RowKeyJoinRel in org.apache.drill.exec.planner.physical
Methods in org.apache.drill.exec.planner.physical with parameters of type RowKeyJoinRelModifier and TypeMethodDescriptionprotected voidJoinPruleBase.createRangePartitionRightPlan(org.apache.calcite.plan.RelOptRuleCall call, RowKeyJoinRel join, JoinPruleBase.PhysicalJoinType physicalJoinType, boolean implementAsRowKeyJoin, org.apache.calcite.rel.RelNode left, org.apache.calcite.rel.RelNode right, org.apache.calcite.rel.RelCollation collationLeft, org.apache.calcite.rel.RelCollation collationRight)