Function polars::prelude::collect_all

source ยท
pub fn collect_all<I>(lfs: I) -> Result<Vec<DataFrame>, PolarsError>
where I: IntoParallelIterator<Item = LazyFrame>,
Available on crate feature lazy only.
Expand description

Collect all LazyFrame computations.