fn eq()

in crates/iceberg/src/spec/datatypes.rs [299:301]


    fn eq(&self, other: &Self) -> bool {
        self.fields == other.fields
    }