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

Required Methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementors