public class DateGen extends Object implements FieldGen
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.
| Constructor and Description |
|---|
DateGen() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.