pub trait UdfSchema: Send + Sync {
    fn get_schema(
        &self,
        input_schema: &Schema
    ) -> Result<Arc<Schema>, PolarsError>; }

Required Methods§

Trait Implementations§

Formats the value using the given formatter. Read more

Implementors§