Uses of Class
org.apache.drill.exec.store.dfs.easy.EasyWriter
Packages that use EasyWriter
Package
Description
-
Uses of EasyWriter in org.apache.drill.exec.store.dfs.easy
Methods in org.apache.drill.exec.store.dfs.easy with parameters of type EasyWriterModifier and TypeMethodDescriptionEasyWriterBatchCreator.getBatch(ExecutorFragmentContext context, EasyWriter config, List<RecordBatch> children) EasyFormatPlugin.getRecordWriter(FragmentContext context, EasyWriter writer) EasyFormatPlugin.getStatisticsRecordWriter(FragmentContext context, EasyWriter writer) EasyFormatPlugin.getWriterBatch(FragmentContext context, RecordBatch incoming, EasyWriter writer) booleanEasyFormatPlugin.isStatisticsRecordWriter(FragmentContext context, EasyWriter writer) -
Uses of EasyWriter in org.apache.drill.exec.store.easy.json
Methods in org.apache.drill.exec.store.easy.json with parameters of type EasyWriterModifier and TypeMethodDescriptionJSONFormatPlugin.getRecordWriter(FragmentContext context, EasyWriter writer) JSONFormatPlugin.getStatisticsRecordWriter(FragmentContext context, EasyWriter writer) booleanJSONFormatPlugin.isStatisticsRecordWriter(FragmentContext context, EasyWriter writer) -
Uses of EasyWriter in org.apache.drill.exec.store.easy.text
Methods in org.apache.drill.exec.store.easy.text with parameters of type EasyWriterModifier and TypeMethodDescriptionTextFormatPlugin.getRecordWriter(FragmentContext context, EasyWriter writer)