Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-array/src/array/primitive_array.rs:714–716 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
712
/// Returns the length of this array.
713
#[inline]
714
pub fn len(&self) -> usize {
715
self.values.len()
716
}
717
718
/// Returns whether this array is empty.
719
pub fn is_empty(&self) -> bool {
Callers
15
try_new
Method · 0.45
from_iter_values
Method · 0.45
from_iter_values_with_nulls
Method · 0.45
try_unary
Method · 0.45
try_unary_mut
Method · 0.45
unary_opt
Method · 0.45
from_unary
Method · 0.45
into_builder
Method · 0.45
from
Method · 0.45
validate_decimal_precision
Method · 0.45
test_primitive_array_slice
Function · 0.45
test_primitive_array_builder
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_primitive_array_slice
Function · 0.36
test_primitive_array_builder
Function · 0.36
test_primitive_array_invalid_buffer_len
Function · 0.36
test_decimal_array
Function · 0.36
test_decimal_array_with_precision_and_scale
Function · 0.36