polars::prelude

Trait SchemaExtPl

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

Required Methods§

Source

fn matches_schema(&self, other: &Schema<DataType>) -> Result<bool, PolarsError>

Implementations on Foreign Types§

Source§

impl SchemaExtPl for Schema<DataType>

Source§

fn matches_schema(&self, other: &Schema<DataType>) -> Result<bool, PolarsError>

Implementors§