Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_unchecked
Method · 0.45
try_new
Method · 0.45
mask_sparse_skip_fully_null
Method · 0.45
mask_sparse_helper
Method · 0.45
gather_nulls
Method · 0.45
from
Method · 0.45
logical_nulls
Method · 0.45
test_dense_mixed
Function · 0.45
test_dense_mixed_with_nulls
Function · 0.45
test_dense_mixed_with_nulls_and_offset
Function · 0.45
test_sparse_mixed
Function · 0.45
test_sparse_mixed_with_nulls
Function · 0.45
Calls
no outgoing calls
Tested by
9
test_dense_mixed
Function · 0.36
test_dense_mixed_with_nulls
Function · 0.36
test_dense_mixed_with_nulls_and_offset
Function · 0.36
test_sparse_mixed
Function · 0.36
test_sparse_mixed_with_nulls
Function · 0.36
test_sparse_mixed_with_nulls_and_offset
Function · 0.36
test_union_validity
Function · 0.36
test_custom_type_ids
Function · 0.36
into_parts_custom_type_ids
Function · 0.36