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 |
---|---|
MockTableDef.MockColumn |
ColumnDef.mockCol |
Modifier and Type | Method and Description |
---|---|
MockTableDef.MockColumn |
ColumnDef.getConfig() |
MockTableDef.MockColumn[] |
MockTableDef.MockScanEntry.getTypes() |
Constructor and Description |
---|
ColumnDef(MockTableDef.MockColumn mockCol) |
ColumnDef(MockTableDef.MockColumn mockCol,
int rep) |
MockScanEntry(int records,
Boolean extended,
Integer batchSize,
Integer repeat,
MockTableDef.MockColumn[] types) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.