Class MoneyGen

java.lang.Object
org.apache.drill.exec.store.mock.AbstractFieldGen
org.apache.drill.exec.store.mock.MoneyGen
All Implemented Interfaces:
FieldGen

public class MoneyGen extends AbstractFieldGen
Generates a mock money field as a double over the range 0 to 1 million. Values include cents. That is the value ranges uniformly over the range 0.00 to 999,999.99.
  • Constructor Details

    • MoneyGen

      public MoneyGen()
  • Method Details

    • setValue

      public void setValue()