Package org.apache.drill.exec.store.easy.json.values
package org.apache.drill.exec.store.easy.json.values
-
ClassDescriptionListener for JSON integer values.Listener for JSON Boolean fields.Parse local time dates.Listener for the JSON double type.Drill-specific extension for a time interval (AKA time span or time period).Base class for scalar field listeners64-bit integer (BIGINT) listener with conversions only from numbers and strings.32-bit integer (INT) listener with conversions only from numbers and strings.Drill-flavored version of a timestamp parser.Drill-specific extension to allow times only.Drill-specific extension to allow dates only, expressed in UTC to be consistent with Mongo timestamps.Per the V1 docs:
In Strict mode,
<date>
is an ISO-8601 date format with a mandatory time zone field following the template YYYY-MM-DDTHH:mm:ss.mmm<+/-Offset>.Value listener for JSON string values.