Uses of Class
org.apache.drill.exec.store.easy.json.parser.JsonStructureOptions
Packages that use JsonStructureOptions
Package
Description
-
Uses of JsonStructureOptions in org.apache.drill.exec.store.easy.json.loader
Subclasses of JsonStructureOptions in org.apache.drill.exec.store.easy.json.loaderModifier 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
Methods in org.apache.drill.exec.store.easy.json.parser that return JsonStructureOptionsMethods in org.apache.drill.exec.store.easy.json.parser with parameters of type JsonStructureOptionsModifier and TypeMethodDescriptionJsonStructureParser.JsonStructureParserBuilder.options
(JsonStructureOptions options) Constructors in org.apache.drill.exec.store.easy.json.parser with parameters of type JsonStructureOptionsModifierConstructorDescriptionTokenIterator
(Iterable<InputStream> streams, Function<InputStream, com.fasterxml.jackson.core.JsonParser> parserFunction, JsonStructureOptions options, ErrorFactory errorFactory)