| Package | Description |
|---|---|
| org.apache.drill.exec.planner.physical |
| Modifier and Type | Method and Description |
|---|---|
static JoinPruleBase.PhysicalJoinType |
JoinPruleBase.PhysicalJoinType.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JoinPruleBase.createBroadcastPlan(org.apache.calcite.plan.RelOptRuleCall call,
DrillJoinRel 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 void |
JoinPruleBase.createDistBothPlan(org.apache.calcite.plan.RelOptRuleCall call,
DrillJoinRel 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) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.