| Package | Description |
|---|---|
| org.apache.drill.exec.planner.logical |
| Modifier and Type | Method and Description |
|---|---|
RowKeyJoinCallContext.RowKey |
RowKeyJoinCallContext.getRowKeyLocation() |
static RowKeyJoinCallContext.RowKey |
RowKeyJoinCallContext.RowKey.valueOf(String name)
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.
|
| Constructor and Description |
|---|
RowKeyJoinCallContext(org.apache.calcite.plan.RelOptRuleCall call,
RowKeyJoinCallContext.RowKey rowKeyLoc,
int rowKeyPos,
boolean swapInputs,
DrillJoin joinRel,
DrillProjectRel upperProjectRel,
DrillFilterRel filterRel,
DrillProjectRel lowerProjectRel,
DrillScanRel scanRel) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.