pub fn collect_all<I>(lfs: I) -> Result<Vec<DataFrame, Global>, PolarsError> where
    I: IntoParallelIterator<Item = LazyFrame>, 
Expand description

Collect all LazyFrame computations.