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

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

Required methods

fn lazy(self) -> LazyFrame[src]

Loading content...

Implementations on Foreign Types

impl IntoLazy for DataFrame[src]

fn lazy(self) -> LazyFrame[src]

Convert the DataFrame into a lazy DataFrame

Loading content...

Implementors

Loading content...