Uses of Enum
org.apache.drill.exec.planner.physical.JoinPruleBase.PhysicalJoinType
Packages that use JoinPruleBase.PhysicalJoinType
-
Uses of JoinPruleBase.PhysicalJoinType in org.apache.drill.exec.planner.physical
Methods in org.apache.drill.exec.planner.physical that return JoinPruleBase.PhysicalJoinTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static JoinPruleBase.PhysicalJoinType[]JoinPruleBase.PhysicalJoinType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.exec.planner.physical with parameters of type JoinPruleBase.PhysicalJoinTypeModifier and TypeMethodDescriptionprotected voidJoinPruleBase.createBroadcastPlan(org.apache.calcite.plan.RelOptRuleCall call, DrillJoin join, org.apache.calcite.rex.RexNode joinCondition, JoinPruleBase.PhysicalJoinType physicalJoinType, org.apache.calcite.rel.RelNode left, org.apache.calcite.rel.RelNode right, org.apache.calcite.rel.RelCollation collationLeft, org.apache.calcite.rel.RelCollation collationRight) protected voidJoinPruleBase.createDistBothPlan(org.apache.calcite.plan.RelOptRuleCall call, DrillJoin join, JoinPruleBase.PhysicalJoinType physicalJoinType, org.apache.calcite.rel.RelNode left, org.apache.calcite.rel.RelNode right, org.apache.calcite.rel.RelCollation collationLeft, org.apache.calcite.rel.RelCollation collationRight, boolean hashSingleKey) protected 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)