Uses of Class
org.apache.drill.exec.record.RecordBatchSizer
Packages that use RecordBatchSizer
-
Uses of RecordBatchSizer in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record that return RecordBatchSizerModifier and TypeMethodDescriptionRecordBatchMemoryManager.getRecordBatchSizer()RecordBatchMemoryManager.getRecordBatchSizer(int index) Methods in org.apache.drill.exec.record with parameters of type RecordBatchSizerModifier and TypeMethodDescriptionvoidRecordBatchMemoryManager.setRecordBatchSizer(int index, RecordBatchSizer sizer) voidRecordBatchMemoryManager.setRecordBatchSizer(RecordBatchSizer sizer) -
Uses of RecordBatchSizer in org.apache.drill.exec.util.record
Methods in org.apache.drill.exec.util.record with parameters of type RecordBatchSizerModifier and TypeMethodDescriptionstatic voidRecordBatchStats.logRecordBatchStats(RecordBatchStats.RecordBatchIOType ioType, String sourceId, RecordBatchSizer batchSizer, RecordBatchStats.RecordBatchStatsContext batchStatsContext) Logs record batch statistics for the input record batch (logging happens only when record statistics logging is enabled).static voidRecordBatchStats.logRecordBatchStats(RecordBatchStats.RecordBatchIOType ioType, RecordBatchSizer recordBatchSizer, RecordBatchStats.RecordBatchStatsContext batchStatsContext)