Package | Description |
---|---|
org.apache.drill.common.logical.data |
Logical operators in a query graph.
|
org.apache.drill.common.logical.data.visitors |
Visitors for Drill logical plan graphs.
|
org.apache.drill.exec.planner.logical |
Modifier and Type | Class and Description |
---|---|
class |
LogicalSemiJoin |
Modifier and Type | Method and Description |
---|---|
Join |
Join.Builder.build() |
Modifier and Type | Method and Description |
---|---|
RETURN |
LogicalVisitor.visitJoin(Join join,
EXTRA value) |
T |
AbstractLogicalVisitor.visitJoin(Join join,
X value) |
Modifier and Type | Method and Description |
---|---|
static DrillJoinRel |
DrillJoinRel.convert(Join join,
ConversionContext context) |
static RowKeyJoinRel |
RowKeyJoinRel.convert(Join join,
ConversionContext context) |
protected static org.apache.calcite.rex.RexNode |
DrillJoinRel.getJoinCondition(Join join,
ConversionContext context) |
protected static org.apache.calcite.util.Pair<org.apache.calcite.rel.RelNode,org.apache.calcite.rel.RelNode> |
DrillJoinRel.getJoinInputs(Join join,
ConversionContext context) |
Void |
ScanFieldDeterminer.visitJoin(Join join,
ScanFieldDeterminer.FieldList fl) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.