| Package | Description |
|---|---|
| org.apache.drill.exec.store | |
| org.apache.drill.exec.store.easy.json | |
| org.apache.drill.exec.store.parquet | |
| org.apache.drill.exec.store.text |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONOutputRecordWriter
Abstract implementation of RecordWriter interface which exposes interface:
#writeHeader(List)
#addField(int,String)
to output the data in string format instead of implementing addField for each type holder. |
class |
ParquetOutputRecordWriter
Abstract implementation of RecordWriter interface which exposes interface:
#writeHeader(List)
#addField(int,String)
to output the data in string format instead of implementing addField for each type holder. |
class |
StringOutputRecordWriter
Abstract implementation of RecordWriter interface which exposes interface:
#writeHeader(List)
StringOutputRecordWriter.addField(int,String)
to output the data in string format instead of implementing addField for each type holder. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetRecordWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
DrillTextRecordWriter |
Copyright © 2017 The Apache Software Foundation. All rights reserved.