Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-array/src/array/byte_view_array.rs:876–878 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
874
}
875
876
fn len(&self) -> usize {
877
self.views.len()
878
}
879
880
fn is_empty(&self) -> bool {
881
self.views.is_empty()
Callers
11
try_new
Method · 0.45
gc
Method · 0.45
copy_view_to_buffer
Method · 0.45
from
Method · 0.45
new_with_invalid_utf8_data
Function · 0.45
test_mismatch_between_embedded_prefix_and_data
Function · 0.45
make_raw_inline
Function · 0.45
test_inline_key_fast_various_lengths_and_lexical
Function · 0.45
array_lengths_should_return_the_underlying_length_for_null_values
Function · 0.45
array_lengths_on_sliced_should_only_return_lengths_for_sliced_data
Function · 0.45
invalid_array_data
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_mismatch_between_embedded_prefix_and_data
Function · 0.36
test_inline_key_fast_various_lengths_and_lexical
Function · 0.36
array_lengths_should_return_the_underlying_length_for_null_values
Function · 0.36
array_lengths_on_sliced_should_only_return_lengths_for_sliced_data
Function · 0.36
invalid_array_data
Function · 0.36