SchemaExtPl

Trait SchemaExtPl 

Source
pub trait SchemaExtPl {
    // Required methods
    fn matches_schema(&self, other: &Schema) -> PolarsResult<bool>;
    fn ensure_is_exact_match(&self, other: &Schema) -> PolarsResult<()>;
}

Required Methods§

Implementors§