Class MongoBinaryValueParser
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.extended.BaseExtendedValueParser
org.apache.drill.exec.store.easy.json.extended.MongoBinaryValueParser
- All Implemented Interfaces:
ElementParser
Parsers a binary. Ignores the subtype field.
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.easy.json.extended.BaseExtendedValueParser
SCALAR_HINT
Fields inherited from class org.apache.drill.exec.store.easy.json.parser.ValueParser
listener
-
Constructor Summary
ConstructorDescriptionMongoBinaryValueParser
(JsonStructureParser structParser, ScalarListener listener) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
void
parse
(TokenIterator tokenizer) protected String
typeName()
Methods inherited from class org.apache.drill.exec.store.easy.json.extended.BaseExtendedValueParser
parseExtended, requireField, requireScalar, requireToken, requireToken, syntaxError
Methods inherited from class org.apache.drill.exec.store.easy.json.parser.AbstractElementParser
errorFactory, structParser
-
Field Details
-
BINARY_HINT
- See Also:
-
-
Constructor Details
-
MongoBinaryValueParser
-
-
Method Details
-
typeName
- Specified by:
typeName
in classBaseExtendedValueParser
-
parse
-
formatHint
- Specified by:
formatHint
in classBaseExtendedValueParser
-