Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-array/src/array/struct_array.rs:491–493 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
489
}
490
491
fn len(&self) -> usize {
492
self.len
493
}
494
495
fn is_empty(&self) -> bool {
496
self.len == 0
Callers
10
try_new
Method · 0.45
try_new_with_length
Method · 0.45
new_unchecked
Method · 0.45
num_columns
Method · 0.45
from
Method · 0.45
test_struct_array_builder
Function · 0.45
test_struct_array_from_data_with_offset_and_length
Function · 0.45
test_struct_array_from_data_with_offset_and_length_error
Function · 0.45
test_struct_array_from_vec
Function · 0.45
test_struct_array_slice
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_struct_array_builder
Function · 0.36
test_struct_array_from_data_with_offset_and_length
Function · 0.36
test_struct_array_from_data_with_offset_and_length_error
Function · 0.36
test_struct_array_from_vec
Function · 0.36
test_struct_array_slice
Function · 0.36