Trait polars_plan::plans::DataFrameUdfMut

source ·
pub trait DataFrameUdfMut: Send + Sync {
    // Required method
    fn call_udf(&mut self, df: DataFrame) -> PolarsResult<DataFrame>;
}

Required Methods§

Trait Implementations§

source§

impl Debug for dyn DataFrameUdfMut

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§