Uses of Class
org.apache.drill.exec.store.easy.json.values.ScalarListener
Packages that use ScalarListener
Package
Description
Provides parsing for Mongo extended types which are generally of the form
{ "$type": value }.-
Uses of ScalarListener in org.apache.drill.exec.store.easy.json.extended
Constructors in org.apache.drill.exec.store.easy.json.extended with parameters of type ScalarListenerModifierConstructorDescriptionBaseExtendedValueParser(JsonStructureParser structParser, ScalarListener listener) MongoBinaryValueParser(JsonStructureParser structParser, ScalarListener listener) MongoDateValueParser(JsonStructureParser structParser, ScalarListener listener) SimpleExtendedValueParser(JsonStructureParser structParser, String typeName, ScalarListener listener) -
Uses of ScalarListener in org.apache.drill.exec.store.easy.json.loader
Methods in org.apache.drill.exec.store.easy.json.loader that return ScalarListener -
Uses of ScalarListener in org.apache.drill.exec.store.easy.json.values
Subclasses of ScalarListener in org.apache.drill.exec.store.easy.json.valuesModifier and TypeClassDescriptionclassListener for JSON integer values.classclassListener for JSON Boolean fields.classParse local time dates.classclassListener for the JSON double type.classDrill-specific extension for a time interval (AKA time span or time period).class64-bit integer (BIGINT) listener with conversions only from numbers and strings.classclass32-bit integer (INT) listener with conversions only from numbers and strings.classclassDrill-flavored version of a timestamp parser.classDrill-specific extension to allow times only.classDrill-specific extension to allow dates only, expressed in UTC to be consistent with Mongo timestamps.classPer 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.mmminvalid input: '<'+/-Offset>.classValue listener for JSON string values.