Skip to main content

schema_eq

Function schema_eq 

Source
pub fn schema_eq(a: &Schema, b: &Schema) -> bool
Available on crate feature arrow only.
Expand description

Compare two schemas for field-level equality (name + data-type + nullability).