Struct polars_io::parquet::ParquetReader [−][src]
This is supported on crate feature
feature
only.Expand description
Read Apache parquet format into a DataFrame.
Implementations
pub fn finish_with_scan_ops(
self,
predicate: Option<Arc<dyn PhysicalIoExpr>>,
aggregate: Option<&[ScanAggregation]>,
projection: Option<&[usize]>
) -> Result<DataFrame>
This is supported on crate feature
lazy
only.Stop parsing when n
rows are parsed. By settings this parameter the csv will be parsed
sequentially.