pub fn encode_ipc(
tag: &str,
batch: &RecordBatch,
) -> Result<Vec<u8>, WpArrowError>Expand description
Encode a RecordBatch into an IPC frame: [4B tag_len BE][tag bytes][Arrow IPC stream].
pub fn encode_ipc(
tag: &str,
batch: &RecordBatch,
) -> Result<Vec<u8>, WpArrowError>Encode a RecordBatch into an IPC frame: [4B tag_len BE][tag bytes][Arrow IPC stream].