| Package | Description |
|---|---|
| org.apache.drill.exec.store.easy.json.extended |
Provides parsing for Mongo extended types which are generally of the form
{ "$type": value }. |
| org.apache.drill.exec.store.easy.json.loader |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedTypeFieldFactory |
| Constructor and Description |
|---|
ExtendedTypeFieldFactory(JsonLoaderImpl loader,
FieldFactory child) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFieldFactory
Base field factor class which handles the common tasks for
building column writers and JSON listeners.
|
class |
InferredFieldFactory
Create Drill field listeners based on the observed look-ahead
tokens in JSON.
|
class |
ProvidedFieldFactory
Create a Drill field listener based on a provided schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected FieldFactory |
BaseFieldFactory.child |
| Modifier and Type | Method and Description |
|---|---|
FieldFactory |
JsonLoaderImpl.fieldFactory() |
protected FieldFactory |
TupleParser.fieldFactory() |
| Constructor and Description |
|---|
BaseFieldFactory(JsonLoaderImpl loader,
FieldFactory child) |
ProvidedFieldFactory(JsonLoaderImpl loader,
FieldFactory child) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.