Skip to main content

encode_ipc

Function encode_ipc 

Source
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].