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

pub fn record_batch_to_bytes(
    batch: &RecordBatch,
    write_options: &IpcWriteOptions
) -> EncodedData

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