| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.planner.fragment | |
| org.apache.drill.exec.planner.fragment.contrib | |
| org.apache.drill.exec.store.dfs.easy | |
| org.apache.drill.exec.store.direct | |
| org.apache.drill.exec.store.ischema | |
| org.apache.drill.exec.store.mock |
Defines a mock data source which generates dummy test data for use
in testing.
|
| org.apache.drill.exec.store.parquet | |
| org.apache.drill.exec.store.sys |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSubScan |
| Modifier and Type | Method and Description |
|---|---|
SubScan |
GroupScan.getSpecificScan(int minorFragmentId) |
| Modifier and Type | Method and Description |
|---|---|
RETURN |
PhysicalVisitor.visitSubScan(SubScan subScan,
EXTRA value) |
T |
AbstractPhysicalVisitor.visitSubScan(SubScan subScan,
X value) |
| Modifier and Type | Method and Description |
|---|---|
PhysicalOperator |
Materializer.visitSubScan(SubScan subScan,
Materializer.IndexedFragmentNode value) |
| Modifier and Type | Method and Description |
|---|---|
PhysicalOperator |
OperatorIdVisitor.visitSubScan(SubScan subScan,
Integer parentOpId) |
PhysicalOperator |
ExchangeRemoverMaterializer.visitSubScan(SubScan subScan,
Materializer.IndexedFragmentNode value) |
| Modifier and Type | Class and Description |
|---|---|
class |
EasySubScan |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectSubScan |
| Modifier and Type | Method and Description |
|---|---|
SubScan |
DirectGroupScan.getSpecificScan(int minorFragmentId) |
| Modifier and Type | Class and Description |
|---|---|
class |
InfoSchemaSubScan |
| Modifier and Type | Method and Description |
|---|---|
SubScan |
InfoSchemaGroupScan.getSpecificScan(int minorFragmentId) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockSubScanPOP
Describes a physical scan operation for the mock data source.
|
| Modifier and Type | Method and Description |
|---|---|
SubScan |
MockGroupScanPOP.getSpecificScan(int minorFragmentId) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetRowGroupScan |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemTableScan |
| Modifier and Type | Method and Description |
|---|---|
SubScan |
SystemTableScan.getSpecificScan(int minorFragmentId) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.