| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl | |
| org.apache.drill.exec.store | |
| org.apache.drill.exec.store.avro | |
| org.apache.drill.exec.store.dfs.easy | |
| org.apache.drill.exec.store.easy.json | |
| org.apache.drill.exec.store.easy.sequencefile | |
| org.apache.drill.exec.store.easy.text | |
| org.apache.drill.exec.store.httpd | |
| org.apache.drill.exec.store.parquet | |
| org.apache.drill.exec.store.pcap |
For comments on realization of this format plugin look at :
|
| org.apache.drill.exec.store.text |
| Constructor and Description |
|---|
WriterRecordBatch(Writer writer,
RecordBatch incoming,
FragmentContext context,
RecordWriter recordWriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordWriter |
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 | Method and Description |
|---|---|
static EventBasedRecordWriter.FieldConverter |
EventBasedRecordWriter.getConverter(RecordWriter recordWriter,
int fieldId,
String fieldName,
FieldReader reader) |
| Constructor and Description |
|---|
EventBasedRecordWriter(VectorAccessible batch,
RecordWriter recordWriter) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
AvroFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
abstract RecordWriter |
EasyFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
JSONFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
SequenceFileFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
TextFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
HttpdLogFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetRecordWriter |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
ParquetFormatPlugin.getRecordWriter(FragmentContext context,
ParquetWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
RecordWriter |
PcapFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DrillTextRecordWriter |
Copyright © 2017 The Apache Software Foundation. All rights reserved.