Trait polars::prelude::IntoLazy[][src]

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

Required methods

pub fn lazy(self) -> LazyFrame[src]

Loading content...

Implementors

impl IntoLazy for DataFrame[src]

pub fn lazy(self) -> LazyFrame[src]

Convert the DataFrame into a lazy DataFrame

Loading content...