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) |
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 |
---|---|
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 |
---|---|
RecordWriter |
TextFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
Modifier and Type | Method and Description |
---|---|
RecordWriter |
LTSVFormatPlugin.getRecordWriter(FragmentContext context,
EasyWriter writer) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.