Uses of Interface
org.apache.drill.exec.store.easy.json.parser.MessageParser
Packages that use MessageParser
Package
Description
-
Uses of MessageParser in org.apache.drill.exec.store.easy.json.loader
Methods in org.apache.drill.exec.store.easy.json.loader with parameters of type MessageParserModifier and TypeMethodDescriptionJsonLoaderImpl.JsonLoaderBuilder.messageParser
(MessageParser messageParser) -
Uses of MessageParser in org.apache.drill.exec.store.easy.json.parser
Classes in org.apache.drill.exec.store.easy.json.parser that implement MessageParserModifier and TypeClassDescriptionclass
A message parser which accepts a path to the data encoded as a slash-separated string.Methods in org.apache.drill.exec.store.easy.json.parser with parameters of type MessageParserModifier and TypeMethodDescriptionJsonStructureParser.JsonStructureParserBuilder.messageParser
(MessageParser messageParser) Constructors in org.apache.drill.exec.store.easy.json.parser with parameters of type MessageParserModifierConstructorDescriptionEmbeddedArrayParser
(JsonStructureParser structParser, MessageParser messageParser) EmbeddedObjectParser
(JsonStructureParser structParser, MessageParser messageParser)