[][src]Function arrow::ipc::writer::record_batch_to_bytes

pub fn record_batch_to_bytes(batch: &RecordBatch) -> (Vec<u8>, Vec<u8>)

Write a RecordBatch into a tuple of bytes, one for the header (ipc::Message) and the other for the batch's data