| Package | Description |
|---|---|
| org.apache.drill.exec.store.dfs.easy | |
| org.apache.drill.exec.store.easy.json | |
| org.apache.drill.exec.store.easy.text | |
| org.apache.drill.exec.store.ltsv |
| Modifier and Type | Method and Description |
|---|---|
CloseableRecordBatch |
EasyWriterBatchCreator.getBatch(ExecutorFragmentContext context,
EasyWriter config,
List<RecordBatch> children) |
org.apache.drill.exec.store.RecordWriter |
EasyFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
StatisticsRecordWriter |
EasyFormatPlugin.getStatisticsRecordWriter(FragmentContext context,
EasyWriter writer) |
CloseableRecordBatch |
EasyFormatPlugin.getWriterBatch(FragmentContext context,
RecordBatch incoming,
EasyWriter writer) |
boolean |
EasyFormatPlugin.isStatisticsRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.drill.exec.store.RecordWriter |
JSONFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
StatisticsRecordWriter |
JSONFormatPlugin.getStatisticsRecordWriter(FragmentContext context,
EasyWriter writer) |
boolean |
JSONFormatPlugin.isStatisticsRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.drill.exec.store.RecordWriter |
TextFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.drill.exec.store.RecordWriter |
LTSVFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.