MCPcopy Create free account
hub / github.com/apache/arrow-rs / append_slice

Method append_slice

arrow-buffer/src/builder/mod.rs:248–250  ·  view source on GitHub ↗
(&mut self, slice: &[T])

Source from the content-addressed store, hash-verified

246 /// ```
247 #[inline]
248 pub fn append_slice(&mut self, slice: &[T]) {
249 self.buffer.extend_from_slice(slice);
250 }
251
252 /// View the contents of this buffer as a slice
253 ///

Callers 15

bench_primitiveFunction · 0.45
bench_boolFunction · 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
mainFunction · 0.45
fromMethod · 0.45

Calls 1

extend_from_sliceMethod · 0.80

Tested by 12

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
sort_list_equalFunction · 0.36