| Package | Description |
|---|---|
| org.apache.drill.exec.store.easy.json.loader | |
| org.apache.drill.exec.store.easy.json.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
TupleParser
Accepts { name : value ...
|
| Modifier and Type | Method and Description |
|---|---|
protected ObjectParser |
VariantParser.buildObjectParser(TokenIterator tokenizer) |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectParser |
RootParser.rootObject |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ObjectParser |
FullValueParser.buildObjectParser(TokenIterator tokenizer) |
ObjectParser |
FieldParserFactory.rootParser() |
| Modifier and Type | Method and Description |
|---|---|
ElementParser |
FieldParserFactory.objectValueParser(ObjectParser objParser) |
| Modifier and Type | Method and Description |
|---|---|
JsonStructureParser.JsonStructureParserBuilder |
JsonStructureParser.JsonStructureParserBuilder.parserFactory(Function<JsonStructureParser,ObjectParser> parserFactory) |
| Constructor and Description |
|---|
ObjectValueParser(ObjectParser objectParser) |
| Constructor and Description |
|---|
FieldParserFactory(JsonStructureParser structParser,
Function<JsonStructureParser,ObjectParser> parserFactory) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.