Function polars_lazy::dsl::functions::collect_all
source ยท pub fn collect_all<I>(lfs: I) -> PolarsResult<Vec<DataFrame>>where
I: IntoParallelIterator<Item = LazyFrame>,
Expand description
Collect all LazyFrame
computations.