Uses of Enum
org.apache.drill.exec.planner.logical.RowKeyJoinCallContext.RowKey
-
Uses of RowKeyJoinCallContext.RowKey in org.apache.drill.exec.planner.logical
Modifier and TypeMethodDescriptionRowKeyJoinCallContext.getRowKeyLocation()
static RowKeyJoinCallContext.RowKey
Returns the enum constant of this type with the specified name.static RowKeyJoinCallContext.RowKey[]
RowKeyJoinCallContext.RowKey.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionRowKeyJoinCallContext
(org.apache.calcite.plan.RelOptRuleCall call, RowKeyJoinCallContext.RowKey rowKeyLoc, int rowKeyPos, boolean swapInputs, DrillJoin joinRel, DrillProjectRel upperProjectRel, DrillFilterRel filterRel, DrillProjectRel lowerProjectRel, DrillScanRel scanRel)