Class ScalarValueParser.SimpleValueParser
java.lang.Object
org.apache.drill.exec.store.easy.json.parser.AbstractElementParser
org.apache.drill.exec.store.easy.json.parser.ValueParser
org.apache.drill.exec.store.easy.json.parser.ScalarValueParser
org.apache.drill.exec.store.easy.json.parser.ScalarValueParser.SimpleValueParser
- All Implemented Interfaces:
ElementParser
- Enclosing class:
- ScalarValueParser
Parses
and simply passes the value token on to the listener.
true | false | null | integer | float | string |
embedded-object
and simply passes the value token on to the listener.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.exec.store.easy.json.parser.ScalarValueParser
ScalarValueParser.SimpleValueParser, ScalarValueParser.TextValueParser
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.easy.json.parser.ValueParser
listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parseValue
(TokenIterator tokenizer, com.fasterxml.jackson.core.JsonToken token) Methods inherited from class org.apache.drill.exec.store.easy.json.parser.ScalarValueParser
parse
Methods inherited from class org.apache.drill.exec.store.easy.json.parser.AbstractElementParser
errorFactory, structParser
-
Constructor Details
-
SimpleValueParser
-
-
Method Details
-
parseValue
- Specified by:
parseValue
in classScalarValueParser
-