Package org.apache.drill.exec.store.mock
Class IntGen
java.lang.Object
org.apache.drill.exec.store.mock.AbstractFieldGen
org.apache.drill.exec.store.mock.IntGen
- All Implemented Interfaces:
FieldGen
Generates integer values uniformly randomly distributed over
the entire 32-bit integer range from
Integer.MIN_VALUE
to Integer.MAX_VALUE
.-
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
-
IntGen
public IntGen()
-
-
Method Details
-
setValue
public void setValue()
-