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/map_array.rs:226–228 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
224
/// Returns the offset values in the offsets buffer
225
#[inline]
226
pub fn value_offsets(&self) -> &[i32] {
227
&self.value_offsets
228
}
229
230
/// Returns the length for value at index `i`.
231
#[inline]
Callers
15
test_nullable_impala
Function · 0.45
test_array_decoding
Function · 0.45
write
Method · 0.45
view_from_dict_values
Function · 0.45
encode_generic_byte_array
Function · 0.45
compute_list_view_bounds
Function · 0.45
compute_lengths
Function · 0.45
encode
Function · 0.45
compute_lengths_list_view
Function · 0.45
encode_list_view
Function · 0.45
new
Method · 0.45
interleave_bytes
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_nullable_impala
Function · 0.36
test_array_decoding
Function · 0.36