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.MockTableSelection.getEntries() |
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.
|
MockTableSelection(List<MockTableDef.MockScanEntry> entries) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.