arrow_ipc::compression

Function read_uncompressed_size

Source
fn read_uncompressed_size(buffer: &[u8]) -> i64
Expand description

Get the uncompressed length Notes: LENGTH_NO_COMPRESSED_DATA: indicate that the data that follows is not compressed 0: indicate that there is no data positive number: indicate the uncompressed length for the following data