MCPcopy 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_nullsFunction · 0.45
count_nullsFunction · 0.45
test_builderFunction · 0.45
test_null_countFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_builderFunction · 0.36
test_null_countFunction · 0.36