Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_bytes
Method · 0.80
ptr_offset
Method · 0.80
data_ptr
Method · 0.80
into_vec
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected