record_batch_to_ipc_bytes

Function record_batch_to_ipc_bytes 

Source
pub fn record_batch_to_ipc_bytes(batch: &RecordBatch) -> Result<Bytes>
Expand description

Serialize RecordBatch to Arrow IPC Stream format

Returns the serialized bytes that can be sent over HTTP