| Package | Description |
|---|---|
| org.apache.drill.exec.store.mock |
Defines a mock data source which generates dummy test data for use
in testing.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<MockTableDef.MockScanEntry> |
MockGroupScanPOP.readEntries
The set of simulated files to scan.
|
protected List<MockTableDef.MockScanEntry> |
MockSubScanPOP.readEntries |
| Modifier and Type | Method and Description |
|---|---|
List<MockTableDef.MockScanEntry> |
MockTableDef.getEntries()
The set of entries that define the groups within the file.
|
List<MockTableDef.MockScanEntry> |
MockGroupScanPOP.getReadEntries() |
List<MockTableDef.MockScanEntry> |
MockSubScanPOP.getReadEntries() |
| Constructor and Description |
|---|
ExtendedMockBatchReader(MockTableDef.MockScanEntry config) |
MockRecordReader(FragmentContext context,
MockTableDef.MockScanEntry config) |
| Constructor and Description |
|---|
MockGroupScanPOP(String url,
List<MockTableDef.MockScanEntry> readEntries) |
MockSubScanPOP(String url,
Boolean extended,
List<MockTableDef.MockScanEntry> readEntries)
This constructor is called from Jackson and is designed to support both
older physical plans and the newer ("extended") plans.
|
MockTableDef(String descrip,
List<MockTableDef.MockScanEntry> entries) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.