pub trait DataFrameUdf: Send + Sync { fn call_udf(&self, df: DataFrame) -> Result<DataFrame>; }
compile
Formats the value using the given formatter. Read more