Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_primitive
Function · 0.45
bench_bool
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_map_keys_values_append
Function · 0.45
test_fixed_size_list_append
Function · 0.45
create_list_array
Function · 0.45
create_fixed_size_list_array
Function · 0.45
main
Function · 0.45
from
Method · 0.45
Calls
1
extend_from_slice
Method · 0.80
Tested by
12
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_map_keys_values_append
Function · 0.36
test_fixed_size_list_append
Function · 0.36
create_list_array
Function · 0.36
create_fixed_size_list_array
Function · 0.36
test_mutable_buffer_bin_op_helper
Function · 0.36
test_mutable_buffer_unary_op_helper
Function · 0.36
test_pretty_format_fixed_size_list
Function · 0.36
sort_list_equal
Function · 0.36