Function polars_lazy::dsl::collect_all
source · [−]pub fn collect_all<I>(lfs: I) -> Result<Vec<DataFrame>> where
I: IntoParallelIterator<Item = LazyFrame>,
Expand description
Collect all LazyFrame
computations.
pub fn collect_all<I>(lfs: I) -> Result<Vec<DataFrame>> where
I: IntoParallelIterator<Item = LazyFrame>,
Collect all LazyFrame
computations.