pub fn scan_parquet_file<R, P>(path: P) -> Result<RecordIter<R>>Expand description
Scan a Parquet file in a background thread and deserialize records.
pub fn scan_parquet_file<R, P>(path: P) -> Result<RecordIter<R>>Scan a Parquet file in a background thread and deserialize records.