pub fn collect_all<I>(lfs: I) -> Result<Vec<DataFrame>, PolarsError>where I: IntoParallelIterator<Item = LazyFrame>,
lazy
Collect all LazyFrame computations.
LazyFrame