Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-array/src/array/byte_array.rs:487–489 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
485
}
486
487
fn len(&self) -> usize {
488
self.value_offsets.len() - 1
489
}
490
491
fn is_empty(&self) -> bool {
492
self.value_offsets.len() <= 1
Callers
9
try_new
Method · 0.45
new_repeated
Method · 0.45
from_iter_values
Method · 0.45
into_builder
Method · 0.45
is_empty
Method · 0.45
from
Method · 0.45
create_repeated_usize_overflow_1
Function · 0.45
create_repeated_i32_offset_overflow_1
Function · 0.45
create_repeated_i32_offset_overflow_2
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected