Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
impl PartialEq for Buffer {
95
fn eq(&self, other: &Self) -> bool {
96
self.as_slice().eq(other.as_slice())
97
}
98
}
99
100
impl Eq for Buffer {}
Callers
nothing calls this directly
Calls
1
as_slice
Method · 0.45
Tested by
no test coverage detected