Package org.apache.drill.exec.store.mock
Class MockTableDef.MockScanEntry
java.lang.Object
org.apache.drill.exec.store.mock.MockTableDef.MockScanEntry
- Enclosing class:
- MockTableDef
Describes one simulated file (or block) within the logical file scan
described by this group scan. Each block can have a distinct schema to test
for schema changes.
-
Constructor Summary
ConstructorDescriptionMockScanEntry
(int records, Boolean extended, Integer batchSize, Integer repeat, MockTableDef.MockColumn[] types) -
Method Summary
-
Constructor Details
-
MockScanEntry
public MockScanEntry(int records, Boolean extended, Integer batchSize, Integer repeat, MockTableDef.MockColumn[] types)
-
-
Method Details