Uses of Interface
org.apache.drill.exec.store.StatisticsRecordCollector
Packages that use StatisticsRecordCollector
-
Uses of StatisticsRecordCollector in org.apache.drill.exec.store
Subinterfaces of StatisticsRecordCollector in org.apache.drill.exec.storeClasses in org.apache.drill.exec.store that implement StatisticsRecordCollectorModifier and TypeClassDescriptionclass
Abstract implementation of StatisticsRecordWriter interface which exposes interface:#writeHeader(List)
#addField(int,String)
to output the data in string format instead of implementing addField for each type holder.Methods in org.apache.drill.exec.store with parameters of type StatisticsRecordCollectorModifier and TypeMethodDescriptionStatisticsRecordWriterImpl.getConverter
(StatisticsRecordCollector recordWriter, int fieldId, String fieldName, FieldReader reader) -
Uses of StatisticsRecordCollector in org.apache.drill.exec.store.easy.json
Classes in org.apache.drill.exec.store.easy.json that implement StatisticsRecordCollector