Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ offset
Method
offset
arrow-data/src/data.rs:460–462 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
458
/// Returns the offset of this [`ArrayData`]
459
#[inline]
460
pub const fn offset(&self) -> usize {
461
self.offset
462
}
463
464
/// Returns the total number of nulls in this array
465
#[inline]
Callers
5
contains_nulls
Function · 0.45
count_nulls
Function · 0.45
test_builder
Function · 0.45
test_builder_with_child_data
Function · 0.45
test_null_count
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_builder
Function · 0.36
test_builder_with_child_data
Function · 0.36
test_null_count
Function · 0.36