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

Method len

arrow-array/src/array/union_array.rs:767–769  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

765 }
766
767 fn len(&self) -> usize {
768 self.type_ids.len()
769 }
770
771 fn is_empty(&self) -> bool {
772 self.type_ids.is_empty()

Callers 15

new_uncheckedMethod · 0.45
try_newMethod · 0.45
mask_sparse_helperMethod · 0.45
gather_nullsMethod · 0.45
fromMethod · 0.45
logical_nullsMethod · 0.45
test_dense_mixedFunction · 0.45
test_sparse_mixedFunction · 0.45

Calls

no outgoing calls

Tested by 9

test_dense_mixedFunction · 0.36
test_sparse_mixedFunction · 0.36
test_union_validityFunction · 0.36
test_custom_type_idsFunction · 0.36