Uses of Interface
org.apache.drill.exec.store.easy.json.parser.ValueListener
Packages that use ValueListener
Package
Description
-
Uses of ValueListener in org.apache.drill.exec.store.easy.json.parser
Fields in org.apache.drill.exec.store.easy.json.parser declared as ValueListenerMethods in org.apache.drill.exec.store.easy.json.parser with parameters of type ValueListenerModifier and TypeMethodDescriptionFieldParserFactory.jsonTextParser(ValueListener fieldListener) FieldParserFactory.simpleValueParser(ValueListener fieldListener) FieldParserFactory.textValueParser(ValueListener fieldListener) Constructors in org.apache.drill.exec.store.easy.json.parser with parameters of type ValueListenerModifierConstructorDescriptionprotectedJsonValueParser(JsonStructureParser structParser, ValueListener listener) ScalarValueParser(JsonStructureParser structParser, ValueListener listener) SimpleValueParser(JsonStructureParser structParser, ValueListener listener) TextValueParser(JsonStructureParser structParser, ValueListener listener) ValueParser(JsonStructureParser structParser, ValueListener listener) -
Uses of ValueListener in org.apache.drill.exec.store.easy.json.values
Classes in org.apache.drill.exec.store.easy.json.values that implement ValueListenerModifier 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).classBase class for scalar field listenersclass64-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.