| 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 | |
| org.apache.drill.exec.planner.torel |
| Modifier and Type | Method and Description |
|---|---|
Scan |
Scan.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
RETURN |
LogicalVisitor.visitScan(Scan scan,
EXTRA value) |
T |
AbstractLogicalVisitor.visitScan(Scan scan,
X value) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Scan,ScanFieldDeterminer.FieldList> |
ScanFieldDeterminer.getFieldLists(LogicalPlan plan) |
| Modifier and Type | Method and Description |
|---|---|
static DrillScanRel |
DrillScanRel.convert(Scan scan,
ConversionContext context) |
Void |
ScanFieldDeterminer.visitScan(Scan scan,
ScanFieldDeterminer.FieldList value) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.plan.RelOptTable |
ConversionContext.getTable(Scan scan) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.