arrow_ipc::reader

Function read_footer_length

Source
pub fn read_footer_length(buf: [u8; 10]) -> Result<usize, ArrowError>
Expand description

Read the footer length from the last 10 bytes of an Arrow IPC file

Expects a 4 byte footer length followed by b"ARROW1"