| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.values | |
| 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 | Method and Description |
|---|---|
ScanBatch |
ValuesBatchCreator.getBatch(FragmentContext context,
Values config,
List<RecordBatch> children) |
| Modifier and Type | Method and Description |
|---|---|
ScanBatch |
DirectBatchCreator.getBatch(FragmentContext context,
DirectSubScan config,
List<RecordBatch> children) |
| Modifier and Type | Method and Description |
|---|---|
ScanBatch |
InfoSchemaBatchCreator.getBatch(FragmentContext context,
InfoSchemaSubScan config,
List<RecordBatch> children) |
| Modifier and Type | Method and Description |
|---|---|
ScanBatch |
MockScanBatchCreator.getBatch(FragmentContext context,
MockSubScanPOP config,
List<RecordBatch> children) |
| Modifier and Type | Method and Description |
|---|---|
ScanBatch |
ParquetScanBatchCreator.getBatch(FragmentContext context,
ParquetRowGroupScan rowGroupScan,
List<RecordBatch> children) |
| Modifier and Type | Method and Description |
|---|---|
ScanBatch |
SystemTableBatchCreator.getBatch(FragmentContext context,
SystemTableScan scan,
List<RecordBatch> children) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.