Package org.apache.drill.exec.store.mock
Class MoneyGen
java.lang.Object
org.apache.drill.exec.store.mock.AbstractFieldGen
org.apache.drill.exec.store.mock.MoneyGen
- All Implemented Interfaces:
FieldGen
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.
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.mock.AbstractFieldGen
colDef, colWriter, rand
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.drill.exec.store.mock.AbstractFieldGen
setup
-
Constructor Details
-
MoneyGen
public MoneyGen()
-
-
Method Details
-
setValue
public void setValue()
-