| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.store.dfs.easy | |
| org.apache.drill.exec.store.direct | |
| org.apache.drill.exec.store.easy.text | |
| 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 | Field and Description |
|---|---|
static ScanStats |
ScanStats.TRIVIAL_TABLE |
static ScanStats |
ScanStats.ZERO_RECORD_TABLE |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
AbstractGroupScan.getScanStats() |
ScanStats |
GroupScan.getScanStats(PlannerSettings settings) |
ScanStats |
AbstractGroupScan.getScanStats(PlannerSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
EasyGroupScan.getScanStats(PlannerSettings settings) |
protected ScanStats |
EasyFormatPlugin.getScanStats(PlannerSettings settings,
EasyGroupScan scan) |
| Modifier and Type | Field and Description |
|---|---|
protected ScanStats |
DirectGroupScan.stats |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
DirectGroupScan.getScanStats() |
| Constructor and Description |
|---|
DirectGroupScan(RecordReader reader,
ScanStats stats) |
MetadataDirectGroupScan(RecordReader reader,
Collection<String> files,
ScanStats stats) |
| Modifier and Type | Method and Description |
|---|---|
protected ScanStats |
TextFormatPlugin.getScanStats(PlannerSettings settings,
EasyGroupScan scan) |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
InfoSchemaGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
MockGroupScanPOP.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
ParquetGroupScan.getScanStats() |
| Modifier and Type | Method and Description |
|---|---|
ScanStats |
SystemTableScan.getScanStats()
System tables do not need stats.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.