Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ offset
Method
offset
arrow-array/src/array/mod.rs:470–472 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
468
}
469
470
fn offset(&self) -> usize {
471
self.as_ref().offset()
472
}
473
474
fn nulls(&self) -> Option<&NullBuffer> {
475
self.as_ref().nulls()
Callers
15
try_new
Method · 0.45
and_kleene
Function · 0.45
or_kleene
Function · 0.45
and_not
Function · 0.45
fold
Function · 0.45
sum_checked
Function · 0.45
new
Method · 0.45
consume
Method · 0.45
buffer_len
Method · 0.45
null_bit_buffer
Method · 0.45
_test_generic_string_array_from_list_array
Function · 0.45
from_list
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
2
test_binary_array_with_offsets
Function · 0.36
test_large_binary_array_with_offsets
Function · 0.36