Trait polars_lazy::frame::IntoLazy[][src]

pub trait IntoLazy {
    fn lazy(self) -> LazyFrame;
}

Required methods

Implementations on Foreign Types

Convert the DataFrame into a lazy DataFrame

Implementors