Class RowKeyJoinCallContext
java.lang.Object
org.apache.drill.exec.planner.logical.RowKeyJoinCallContext
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionRowKeyJoinCallContext
(org.apache.calcite.plan.RelOptRuleCall call, RowKeyJoinCallContext.RowKey rowKeyLoc, int rowKeyPos, boolean swapInputs, DrillJoin joinRel, DrillProjectRel upperProjectRel, DrillFilterRel filterRel, DrillProjectRel lowerProjectRel, DrillScanRel scanRel) -
Method Summary
-
Constructor Details
-
RowKeyJoinCallContext
public RowKeyJoinCallContext(org.apache.calcite.plan.RelOptRuleCall call, RowKeyJoinCallContext.RowKey rowKeyLoc, int rowKeyPos, boolean swapInputs, DrillJoin joinRel, DrillProjectRel upperProjectRel, DrillFilterRel filterRel, DrillProjectRel lowerProjectRel, DrillScanRel scanRel)
-
-
Method Details
-
getCall
public org.apache.calcite.plan.RelOptRuleCall getCall() -
getRowKeyLocation
-
getRowKeyPosition
public int getRowKeyPosition() -
mustSwapInputs
public boolean mustSwapInputs() -
getJoinRel
-
getUpperProjectRel
-
getFilterRel
-
getLowerProjectRel
-
getScanRel
-