Uses of Class
org.apache.drill.exec.store.mock.MockTableDef.MockScanEntry
Packages that use 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
Fields in org.apache.drill.exec.store.mock with type parameters of type MockTableDef.MockScanEntryModifier and TypeFieldDescriptionprotected final List<MockTableDef.MockScanEntry>
MockGroupScanPOP.readEntries
The set of simulated files to scan.protected final List<MockTableDef.MockScanEntry>
MockSubScanPOP.readEntries
Methods in org.apache.drill.exec.store.mock that return types with arguments of type MockTableDef.MockScanEntryModifier and TypeMethodDescriptionMockTableDef.MockTableSelection.getEntries()
MockGroupScanPOP.getReadEntries()
MockSubScanPOP.getReadEntries()
Constructors in org.apache.drill.exec.store.mock with parameters of type MockTableDef.MockScanEntryModifierConstructorDescriptionMockRecordReader
(FragmentContext context, MockTableDef.MockScanEntry config) Constructor parameters in org.apache.drill.exec.store.mock with type arguments of type MockTableDef.MockScanEntryModifierConstructorDescriptionMockGroupScanPOP
(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)