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

Method ptr

arrow-buffer/src/bytes.rs:102–104  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

100
101 #[inline]
102 pub fn ptr(&self) -> NonNull<u8> {
103 self.ptr
104 }
105
106 pub fn capacity(&self) -> usize {
107 match self.deallocation {

Callers 4

from_bytesMethod · 0.80
ptr_offsetMethod · 0.80
data_ptrMethod · 0.80
into_vecMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected