Skip to main content

read

Function read 

Source
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.