Uses of Class
org.apache.drill.exec.store.mock.AbstractFieldGen

Packages that use 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 Type
    Class
    Description
    class 
     
    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 from
    invalid reference
    Integer.MIN_VALUE
    to
    invalid reference
    Integer.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