bookdata::arrow::reader

Function scan_parquet_file

Source
pub fn scan_parquet_file<R, P>(path: P) -> Result<RecordIter<R>>
where P: AsRef<Path>, R: Send + Sync + 'static, Vec<R>: RecordReader<R>,
Expand description

Scan a Parquet file in a background thread and deserialize records.