Uses of Class
org.apache.drill.exec.store.easy.json.parser.RootParser
-
Uses of RootParser in org.apache.drill.exec.store.easy.json.parser
Modifier and TypeClassDescriptionstatic class
Parser for data embedded within a message structure which is encoded as an array of objects.static class
Parser for data embedded within a message structure which is encoded as a single JSON object.static class
Parser 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 class
Parser for a jsonlines-style data set which consists of a series of objects.