public class DateGen extends AbstractFieldGen
There are many possible date formats; this class does not attempt to generate all of them. Drill provides a date type, but we use a string format because example cases from people using the product often read text files. Finally, we (reluctantly) use the old-style date formats instead of the new Java 8 classes because Drill prefers to build with Java 7.
colDef, colWriter, rand
Constructor and Description |
---|
DateGen() |
Modifier and Type | Method and Description |
---|---|
void |
setValue() |
setup
Copyright © 1970 The Apache Software Foundation. All rights reserved.