MCPcopy 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_struct_arrayFunction · 0.45
bytes_usedFunction · 0.45
test_list_null_offsetFunction · 0.45
test_list_appendFunction · 0.45
test_list_nulls_appendFunction · 0.45
test_map_nulls_appendFunction · 0.45
create_list_arrayFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_create_struct_arrayFunction · 0.36
bytes_usedFunction · 0.36
test_list_null_offsetFunction · 0.36
test_list_appendFunction · 0.36
test_list_nulls_appendFunction · 0.36
test_map_nulls_appendFunction · 0.36
create_list_arrayFunction · 0.36