Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ values
Method
values
arrow-buffer/src/buffer/run.rs:188–190 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
186
/// any logical slicing that may have occurred.
187
#[inline]
188
pub fn values(&self) -> &[E] {
189
&self.run_ends
190
}
191
192
/// Returns an iterator yielding run ends adjusted for the logical slice.
193
///
Callers
15
test_create_batch_non_null
Function · 0.45
test_create_struct_array
Function · 0.45
test_create_run_end_encoded_array
Function · 0.45
test_timestamp_with_timezone_impl
Function · 0.45
bytes_used
Function · 0.45
test_list_null_offset
Function · 0.45
test_list_append
Function · 0.45
test_list_nulls_append
Function · 0.45
test_map_nulls_append
Function · 0.45
test_list_of_strings_append
Function · 0.45
test_fixed_size_list_append
Function · 0.45
create_list_array
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_create_batch_non_null
Function · 0.36
test_create_struct_array
Function · 0.36
test_create_run_end_encoded_array
Function · 0.36
test_timestamp_with_timezone_impl
Function · 0.36
bytes_used
Function · 0.36
test_list_null_offset
Function · 0.36
test_list_append
Function · 0.36
test_list_nulls_append
Function · 0.36
test_map_nulls_append
Function · 0.36
test_list_of_strings_append
Function · 0.36
test_fixed_size_list_append
Function · 0.36
create_list_array
Function · 0.36