MCPcopy Create free account
hub / github.com/apache/arrow-rs / offset

Method offset

arrow-array/src/array/list_array.rs:593–595  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

591 }
592
593 fn offset(&self) -> usize {
594 0
595 }
596
597 fn nulls(&self) -> Option<&NullBuffer> {
598 self.nulls.as_ref()

Callers 2

test_list_arrayFunction · 0.45
test_large_list_arrayFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_list_arrayFunction · 0.36
test_large_list_arrayFunction · 0.36