Uses of Class
org.apache.drill.exec.store.easy.json.parser.JsonStructureOptions
Package
Description
-
Uses of JsonStructureOptions in org.apache.drill.exec.store.easy.json.loader
Modifier and TypeClassDescriptionclass
Extends theJsonStructureOptions
class, which provides JSON syntactic options, with a number of semantic options enforced at the JSON loader level. -
Uses of JsonStructureOptions in org.apache.drill.exec.store.easy.json.parser
Modifier and TypeMethodDescriptionJsonStructureParser.JsonStructureParserBuilder.options
(JsonStructureOptions options) ModifierConstructorDescriptionTokenIterator
(Iterable<InputStream> streams, Function<InputStream, com.fasterxml.jackson.core.JsonParser> parserFunction, JsonStructureOptions options, ErrorFactory errorFactory)