Trait polars_lazy::logical_plan::DataFrameUdf[][src]

pub trait DataFrameUdf: Send + Sync {
    fn call_udf(&self, df: DataFrame) -> Result<DataFrame>;
}
This is supported on crate feature compile only.

Required methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementors