Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-data/src/transform/mod.rs:753–755 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
751
/// Returns the current length
752
#[inline]
753
pub fn len(&self) -> usize {
754
self.data.len
755
}
756
757
/// Returns true if len is 0
758
#[inline]
Callers
15
test_variable_sized_equal_diff_offsets
Function · 0.45
base_equal
Function · 0.45
fixed_binary_equal
Function · 0.45
primitive_equal
Function · 0.45
equal
Function · 0.45
list_view_equal
Function · 0.45
resize_for_bits
Function · 0.45
get_last_offset
Function · 0.45
with_capacities
Method · 0.45
into_builder
Method · 0.45
build_extend_dense
Function · 0.45
extend_nulls_dense
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_variable_sized_equal_diff_offsets
Function · 0.36