pub fn read(fmt: Format, bytes: &[u8]) -> Result<Vec<Column>, AxError>Expand description
Reads a binary fmt into columns. Only Format::Parquet and
Format::Arrow are handled; anything else is a programming error.
pub fn read(fmt: Format, bytes: &[u8]) -> Result<Vec<Column>, AxError>Reads a binary fmt into columns. Only Format::Parquet and
Format::Arrow are handled; anything else is a programming error.