Package | Description |
---|---|
org.apache.drill.exec.record | |
org.apache.drill.exec.util.record |
Modifier and Type | Method and Description |
---|---|
RecordBatchSizer |
RecordBatchMemoryManager.getRecordBatchSizer() |
RecordBatchSizer |
RecordBatchMemoryManager.getRecordBatchSizer(int index) |
Modifier and Type | Method and Description |
---|---|
void |
RecordBatchMemoryManager.setRecordBatchSizer(int index,
RecordBatchSizer sizer) |
void |
RecordBatchMemoryManager.setRecordBatchSizer(RecordBatchSizer sizer) |
Modifier and Type | Method and Description |
---|---|
static void |
RecordBatchStats.logRecordBatchStats(RecordBatchStats.RecordBatchIOType ioType,
RecordBatchSizer recordBatchSizer,
RecordBatchStats.RecordBatchStatsContext batchStatsContext) |
static void |
RecordBatchStats.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).
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.