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
pub fn record_batch_to_ipc_bytes(batch: &RecordBatch) -> Result<Bytes>Serialize RecordBatch to Arrow IPC Stream format
Returns the serialized bytes that can be sent over HTTP