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

Method eq

arrow-buffer/src/buffer/immutable.rs:95–97  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

93
94impl PartialEq for Buffer {
95 fn eq(&self, other: &Self) -> bool {
96 self.as_slice().eq(other.as_slice())
97 }
98}
99
100impl Eq for Buffer {}

Callers

nothing calls this directly

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected