Uses of Class
org.apache.drill.exec.store.mock.MockTableDef.MockScanEntry
Package
Description
Defines a mock data source which generates dummy test data for use
in testing.
-
Uses of MockTableDef.MockScanEntry in org.apache.drill.exec.store.mock
Modifier and TypeFieldDescriptionprotected final List<MockTableDef.MockScanEntry>
MockGroupScanPOP.readEntries
The set of simulated files to scan.protected final List<MockTableDef.MockScanEntry>
MockSubScanPOP.readEntries
Modifier and TypeMethodDescriptionMockTableDef.MockTableSelection.getEntries()
MockGroupScanPOP.getReadEntries()
MockSubScanPOP.getReadEntries()
ModifierConstructorDescriptionMockRecordReader
(FragmentContext context, MockTableDef.MockScanEntry config) ModifierConstructorDescriptionMockGroupScanPOP
(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)