Uses of Interface
org.apache.drill.exec.store.easy.json.parser.MessageParser
Package
Description
-
Uses of MessageParser in org.apache.drill.exec.store.easy.json.loader
Modifier and TypeMethodDescriptionJsonLoaderImpl.JsonLoaderBuilder.messageParser
(MessageParser messageParser) -
Uses of MessageParser in org.apache.drill.exec.store.easy.json.parser
Modifier and TypeClassDescriptionclass
A message parser which accepts a path to the data encoded as a slash-separated string.Modifier and TypeMethodDescriptionJsonStructureParser.JsonStructureParserBuilder.messageParser
(MessageParser messageParser) ModifierConstructorDescriptionEmbeddedArrayParser
(JsonStructureParser structParser, MessageParser messageParser) EmbeddedObjectParser
(JsonStructureParser structParser, MessageParser messageParser)