polars_lazy::frame

Trait IntoLazy

Source
pub trait IntoLazy {
    // Required method
    fn lazy(self) -> LazyFrame;
}

Required Methods§

Source

fn lazy(self) -> LazyFrame

Implementations on Foreign Types§

Source§

impl IntoLazy for DataFrame

Source§

fn lazy(self) -> LazyFrame

Convert the DataFrame into a LazyFrame

Implementors§