Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ value_offsets
Method
value_offsets
arrow-array/src/array/list_view_array.rs:347–349 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
345
/// Returns the offset values in the offsets buffer
346
#[inline]
347
pub fn value_offsets(&self) -> &[OffsetSize] {
348
&self.value_offsets
349
}
350
351
/// Returns the sizes values in the offsets buffer
352
#[inline]
Callers
4
value_unchecked
Method · 0.45
value
Method · 0.45
element_range
Method · 0.45
test_from_fixed_size_list
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_from_fixed_size_list
Function · 0.36