Package org.apache.drill.exec.store.log
Class LogFormatField
java.lang.Object
org.apache.drill.exec.store.log.LogFormatField
The three configuration options for a field are:
- The field name
- The data type (fieldType). Field type defaults to VARCHAR if it is not specified
- The format string which is used for date/time fields. This field is ignored if used with a non date/time field.
-
Constructor Summary
ConstructorDescriptionLogFormatField
(String fieldName) LogFormatField
(String fieldName, String fieldType) LogFormatField
(String fieldName, String fieldType, String format) -
Method Summary