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

pub trait IntoLazy {
    fn lazy(self) -> LazyFrame;
}
This is supported on crate feature compile only.

Required methods

Implementations on Foreign Types

This is supported on crate feature compile only.

Convert the DataFrame into a lazy DataFrame

Implementors