Skip to main content

encode_arrow_ipc

Function encode_arrow_ipc 

Source
pub fn encode_arrow_ipc(arrow_array: &ArrayData) -> Result<Vec<u8>>
Expand description

Encode an Arrow ArrayData into an Arrow IPC stream byte buffer.

The resulting buffer contains a full IPC stream: schema message, one record batch, and an end-of-stream marker. This is self-describing and can be decoded without external type information.