Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ offset
Method
offset
arrow-data/src/ffi.rs:274–276 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
272
/// the offset of the array
273
#[inline]
274
pub fn offset(&self) -> usize {
275
self.offset as usize
276
}
277
278
/// the null count of the array
279
#[inline]
Callers
15
next_four_bytes
Method · 0.45
next_n_bytes
Method · 0.45
new
Method · 0.45
get_batch
Method · 0.45
run_end_encoded_cast
Function · 0.45
cast_byte_container
Function · 0.45
filter_run_end_array
Function · 0.45
filter_bits
Function · 0.45
nullif
Function · 0.45
take_list
Function · 0.45
take_fixed_size_list
Function · 0.45
take_fixed_size_binary
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected