Uses of Class
org.apache.drill.exec.store.easy.json.parser.AbstractElementParser
Package
Description
Provides parsing for Mongo extended types which are generally of the form
{ "$type": value }
.-
Uses of AbstractElementParser in org.apache.drill.exec.store.easy.json.extended
Modifier and TypeClassDescriptionclass
class
Parsers a binary.class
Parses a Mongo date in the V1 format:class
Parsers a Mongo extended type of the form: -
Uses of AbstractElementParser in org.apache.drill.exec.store.easy.json.loader
Modifier and TypeClassDescriptionclass
Represents a run of empty arrays for which we have no type information.class
Parser for a field that contains only nulls.class
Accepts { name : value ...class
Parser which accepts all JSON values and converts them to actions on a UNION vector writer. -
Uses of AbstractElementParser in org.apache.drill.exec.store.easy.json.parser
Modifier and TypeClassDescriptionclass
Parses a JSON array, which consists of a list of elements, represented by aValueListener
.class
static class
class
Represents an empty array: the case where the parser has seen only[]
, but no array elements which would indicate the type.class
class
Parses an arbitrary JSON value (which can be a subtree of any complexity) into a JSON string.class
Parses nulls.class
Parses a JSON object:{ name : value ...
class
class
static class
Parsestrue | false | null | integer | float | string |
embedded-object
and simply passes the value token on to the listener.static class
Parsestrue | false | null | integer | float | string |
embedded-objectclass
Parses a JSON value.