Uses of Class
org.apache.drill.exec.store.mock.AbstractFieldGen
Package
Description
Defines a mock data source which generates dummy test data for use
in testing.
-
Uses of AbstractFieldGen in org.apache.drill.exec.store.mock
Modifier and TypeClassDescriptionclass
class
Very simple date value generator that produces ISO dates uniformly distributed over the last year.class
Generates random field values uniformly distributed over the range +-1 million, with any number of digits past the decimal point.class
Generates integer values uniformly randomly distributed over the entire 32-bit integer range fromInteger.MIN_VALUE
toInteger.MAX_VALUE
.class
Generates a mock money field as a double over the range 0 to 1 million.class
Generates a mock string field of the given length.class