Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-array/src/array/fixed_size_binary_array.rs:753–755 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
751
}
752
753
fn len(&self) -> usize {
754
self.len
755
}
756
757
fn is_empty(&self) -> bool {
758
self.len == 0
Callers
12
new_scalar
Method · 0.45
try_new
Method · 0.45
value
Method · 0.45
try_from_sparse_iter
Method · 0.45
try_from_sparse_iter_with_size
Method · 0.45
try_from_iter
Method · 0.45
from
Method · 0.45
test_fixed_size_binary_array
Function · 0.45
test_fixed_size_binary_array_from_fixed_size_list_array
Function · 0.45
test_fixed_size_binary_array_from_incorrect_fixed_size_list_array
Function · 0.45
test_fixed_size_binary_array_from_fixed_size_list_array_with_child_nulls_failed
Function · 0.45
test_fixed_size_binary_array_fmt_debug
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_fixed_size_binary_array
Function · 0.36
test_fixed_size_binary_array_from_fixed_size_list_array
Function · 0.36
test_fixed_size_binary_array_from_incorrect_fixed_size_list_array
Function · 0.36
test_fixed_size_binary_array_from_fixed_size_list_array_with_child_nulls_failed
Function · 0.36
test_fixed_size_binary_array_fmt_debug
Function · 0.36