Uses of Class
org.apache.drill.exec.store.easy.json.parser.RootParser
Packages that use RootParser
-
Uses of RootParser in org.apache.drill.exec.store.easy.json.parser
Subclasses of RootParser in org.apache.drill.exec.store.easy.json.parserModifier and TypeClassDescriptionstatic classParser for data embedded within a message structure which is encoded as an array of objects.static classParser for data embedded within a message structure which is encoded as a single JSON object.static classParser for a compliant JSON data set which consists of an array at the top level, where each element of the array is a JSON object that represents a data record.static classParser for a jsonlines-style data set which consists of a series of objects.