Module reader

Source
Expand description

Support for streaming objects from a Parquet file.

Structs§

RecordIter
Iterator over deserialized records from a Parquet file.

Functions§

scan_backend 🔒
scan_df_parquet
Scan a Parquet file into a data frame.
scan_parquet_file
Scan a Parquet file in a background thread and deserialize records.