Trait polars_lazy::frame::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§