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

Method len

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

Source from the content-addressed store, hash-verified

575 }
576
577 fn len(&self) -> usize {
578 self.value_offsets.len() - 1
579 }
580
581 fn is_empty(&self) -> bool {
582 self.value_offsets.len() <= 1

Callers 13

try_newMethod · 0.45
fromMethod · 0.45
is_emptyMethod · 0.45
test_empty_list_arrayFunction · 0.45
test_list_arrayFunction · 0.45
test_large_list_arrayFunction · 0.45
test_list_array_sliceFunction · 0.45

Calls

no outgoing calls