Trait SchemaExtPl

Source
pub trait SchemaExtPl {
    // Required method
    fn matches_schema(
        &self,
        other: &Schema<DataType>,
    ) -> Result<bool, PolarsError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl SchemaExtPl for Schema<DataType>

Implementors§