Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-data/src/data.rs:448–450 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
446
/// Returns the length (i.e., number of elements) of this [`ArrayData`].
447
#[inline]
448
pub const fn len(&self) -> usize {
449
self.len
450
}
451
452
/// Returns whether this [`ArrayData`] is empty
453
#[inline]
Callers
15
try_new
Method · 0.45
new_null
Method · 0.45
validate
Method · 0.45
typed_buffer
Method · 0.45
validate_offsets_and_sizes
Method · 0.45
validate_child_data
Method · 0.45
validate_num_child_data
Method · 0.45
validate_nulls
Method · 0.45
validate_values
Method · 0.45
validate_utf8
Method · 0.45
ptr_eq
Method · 0.45
test_builder
Function · 0.45
Calls
no outgoing calls
Tested by
9
test_builder
Function · 0.36
test_builder_with_child_data
Function · 0.36
test_null_count
Function · 0.36
test_null_buffer_ref
Function · 0.36
test_slice
Function · 0.36
test_slice_panics_on_offset_length_overflow
Function · 0.36
test_equality
Function · 0.36
test_slice_memory_size
Function · 0.36
test_null_view_types
Function · 0.36