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

Method len

arrow-array/src/array/run_array.rs:442–444  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

440 }
441
442 fn len(&self) -> usize {
443 self.run_ends.len()
444 }
445
446 fn is_empty(&self) -> bool {
447 self.run_ends.is_empty()

Callers 7

logical_lenMethod · 0.45
try_newMethod · 0.45
fromMethod · 0.45
logical_nullsMethod · 0.45
build_input_arrayFunction · 0.45
test_ree_array_accessorFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_ree_array_accessorFunction · 0.36