Package org.apache.drill.exec.store
Class StatisticsRecordWriterImpl
java.lang.Object
org.apache.drill.exec.store.StatisticsRecordWriterImpl
Reads records from the RecordValueAccessor and writes into StatisticsRecordCollector.
- 
Constructor SummaryConstructorsConstructorDescriptionStatisticsRecordWriterImpl(VectorAccessible batch, StatisticsRecordWriter recordWriter) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetConverter(StatisticsRecordCollector recordWriter, int fieldId, String fieldName, FieldReader reader) intwriteStatistics(int recordCount) 
- 
Constructor Details- 
StatisticsRecordWriterImplpublic StatisticsRecordWriterImpl(VectorAccessible batch, StatisticsRecordWriter recordWriter) throws IOException - Throws:
- IOException
 
 
- 
- 
Method Details- 
writeStatistics- Throws:
- IOException
 
- 
flushBlockingWriter- Throws:
- IOException
 
- 
getConverterpublic static EventBasedRecordWriter.FieldConverter getConverter(StatisticsRecordCollector recordWriter, int fieldId, String fieldName, FieldReader reader) 
 
-