MCPcopy 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

fromMethod · 0.45
from_bytesMethod · 0.45
into_vecMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected