Trait polars_lazy::dsl::SeriesBinaryUdf [−][src]
pub trait SeriesBinaryUdf: Send + Sync {
fn call_udf(&self, a: Series, b: Series) -> Result<Series>;
}
This is supported on crate feature
compile
only.Expand description
A wrapper trait for any binary closure Fn(Series, Series) -> Result<Series>