See: Description
| Interface | Description |
|---|---|
| FieldGen |
Interface which all mock column data generators must
implement.
|
| Class | Description |
|---|---|
| AbstractFieldGen | |
| BooleanGen | |
| ColumnDef |
Defines a column for the "enhanced" version of the mock data
source.
|
| DateGen |
Very simple date value generator that produces ISO dates
uniformly distributed over the last year.
|
| DoubleGen |
Generates random field values uniformly distributed over
the range +-1 million, with any number of digits past
the decimal point.
|
| ExtendedMockBatchReader |
Extended form of the mock record reader that uses generator class
instances to create the mock values.
|
| IntGen |
Generates integer values uniformly randomly distributed over
the entire 32-bit integer range from
Integer.MIN_VALUE to Integer.MAX_VALUE. |
| MockBreakageStorage | |
| MockBreakageStorage.MockBreakageStorageEngineConfig |
Each storage plugin requires a unique config class to allow
config --> impl lookups to be unique.
|
| MockGroupScanPOP |
Describes a "group" scan of a (logical) mock table.
|
| MockRecordReader | |
| MockScanBatchCreator | |
| MockStorageEngine | |
| MockStorageEngineConfig | |
| MockStorePOP | |
| MockSubScanPOP |
Describes a physical scan operation for the mock data source.
|
| MockTableDef |
Structure of a mock table definition file.
|
| MockTableDef.MockColumn |
Meta-data description of the columns we wish to create during a simulated
scan.
|
| MockTableDef.MockScanEntry |
Describes one simulated file (or block) within the logical file scan
described by this group scan.
|
| MoneyGen |
Generates a mock money field as a double over the range 0
to 1 million.
|
| StringGen |
Generates a mock string field of the given length.
|
| TestMockPlugin |
Test the mock data source.
|
| TestMockRowReader |
Tests the mock data source directly by wrapping it in a mock
scan operator, without the rest of Drill.
|
| VaryingStringGen |
TestReverseImplicitCast):
graph:[
{Copyright © 2021 The Apache Software Foundation. All rights reserved.