Uses of Enum
org.apache.drill.exec.planner.logical.RowKeyJoinCallContext.RowKey
Packages that use RowKeyJoinCallContext.RowKey
-
Uses of RowKeyJoinCallContext.RowKey in org.apache.drill.exec.planner.logical
Methods in org.apache.drill.exec.planner.logical that return RowKeyJoinCallContext.RowKeyModifier 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.Constructors in org.apache.drill.exec.planner.logical with parameters of type RowKeyJoinCallContext.RowKeyModifierConstructorDescriptionRowKeyJoinCallContext
(org.apache.calcite.plan.RelOptRuleCall call, RowKeyJoinCallContext.RowKey rowKeyLoc, int rowKeyPos, boolean swapInputs, DrillJoin joinRel, DrillProjectRel upperProjectRel, DrillFilterRel filterRel, DrillProjectRel lowerProjectRel, DrillScanRel scanRel)