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

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