| 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 | Class and Description |
|---|---|
class |
BooleanGen |
class |
DateGen
Very simple date value generator that produces ISO dates
uniformly distributed over the last year.
|
class |
DoubleGen
Generates random field values uniformly distributed over
the range +-1 million, with any number of digits past
the decimal point.
|
class |
IntGen
Generates integer values uniformly randomly distributed over
the entire 32-bit integer range from
Integer.MIN_VALUE to Integer.MAX_VALUE. |
class |
MoneyGen
Generates a mock money field as a double over the range 0
to 1 million.
|
class |
StringGen
Generates a mock string field of the given length.
|
class |
VaryingStringGen |
Copyright © 2021 The Apache Software Foundation. All rights reserved.