Skip to main content

logical_batch_bytes

Function logical_batch_bytes 

Source
pub fn logical_batch_bytes(batch: &RecordBatch) -> Result<usize, ArrowError>
Expand description

Logical Arrow bytes referenced by this slice, independent of backing-buffer capacity or owner. This is the stable bound for IPC content; transport reservations account the retained backing allocation separately.

ยงErrors

Returns an Arrow compute error when buffer-size accounting overflows.