Trait polars::prelude::DataFrameUdf[][src]

pub trait DataFrameUdf: Send + Sync {
    fn call_udf(&self, df: DataFrame) -> Result<DataFrame, PolarsError>;
}

Required methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementors