MCPcopy Create free account
hub / github.com/apache/arrow-rs / eq

Method eq

arrow-data/src/data.rs:1958–1960  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

1956
1957impl PartialEq for ArrayData {
1958 fn eq(&self, other: &Self) -> bool {
1959 equal::equal(self, other)
1960 }
1961}
1962
1963/// A boolean flag that cannot be mutated outside of unsafe code.

Callers

nothing calls this directly

Calls 1

equalFunction · 0.85

Tested by

no test coverage detected