Function expr_batch_arena_bytes
Source #[unsafe(no_mangle)]
pub extern "C" fn expr_batch_arena_bytes(
batch: *const ExprBatch,
) -> usize
Expand description
Get the high water mark of arena memory usage for a batch
§Parameters
§Returns
Number of bytes currently allocated in the batch’s arena.
This represents the maximum memory usage of the arena.