Trait polars_io::PhysicalIoExpr[][src]

pub trait PhysicalIoExpr: Send + Sync {
    fn evaluate(&self, df: &DataFrame) -> Result<Series>;
}

Required methods

Implementors