Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ deallocation
Method
deallocation
arrow-buffer/src/buffer/immutable.rs:240–242 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
238
}
239
240
pub(crate) fn deallocation(&self) -> &Deallocation {
241
self.data.deallocation()
242
}
243
244
/// Returns a new [Buffer] that is a slice of this buffer starting at `offset`.
245
///
Callers
3
from
Method · 0.45
from_bytes
Method · 0.45
into_vec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected