| Package | Description |
|---|---|
| org.apache.drill.exec.store.easy.json.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
RootParser.EmbeddedArrayParser
Parser for data embedded within a message structure which is
encoded as an array of objects.
|
static class |
RootParser.EmbeddedObjectParser
Parser for data embedded within a message structure which is encoded
as a single JSON object.
|
static class |
RootParser.RootArrayParser
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 |
RootParser.RootObjectParser
Parser for a jsonlines-style
data set which consists of a series of objects.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.