Class NullValueParser
java.lang.Object
org.apache.drill.exec.store.easy.json.parser.AbstractElementParser
org.apache.drill.exec.store.easy.json.parser.NullValueParser
- All Implemented Interfaces:
ElementParser
- Direct Known Subclasses:
NullFieldParser
Parses nulls. On the first non-null token, replaces itself with
a "resolved" parser to handle the actual structure.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(TokenIterator tokenizer) Parses nulls.protected abstract ElementParser
resolve
(TokenIterator tokenizer) Replace this parser with a new parser based on the current parse context.Methods inherited from class org.apache.drill.exec.store.easy.json.parser.AbstractElementParser
errorFactory, structParser
-
Field Details
-
key
-
-
Constructor Details
-
NullValueParser
-
-
Method Details
-
parse
Parses nulls. On the first non-null Parsestrue | false | null | integer | float | string| embedded-object | { ... } | [ ... ]
-
resolve
Replace this parser with a new parser based on the current parse context.
-