pub fn decode_arrow_ipc(ipc_buf: &[u8]) -> Result<ArrayData>Expand description
Decode an Arrow IPC stream byte buffer back into ArrayData.
Expects the buffer to contain exactly one record batch with a single
column named "data", as produced by encode_arrow_ipc.