Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ data_buffers
Method
data_buffers
arrow-array/src/array/byte_view_array.rs:305–307 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
303
/// Returns the buffers storing string data
304
#[inline]
305
pub fn data_buffers(&self) -> &[Buffer] {
306
&self.buffers
307
}
308
309
/// Returns the element at index `i`
310
///
Callers
15
get_values_buffer_len
Function · 0.80
filter_byte_view
Function · 0.80
expect_buffer_layout
Function · 0.80
interleave_views
Function · 0.80
take_byte_view
Function · 0.80
set_source
Method · 0.80
copy_rows
Method · 0.80
count_values_within_byte_budget_gather
Method · 0.80
test_invalid_utf8_string_view_array
Function · 0.80
is_eq
Method · 0.80
is_lt
Method · 0.80
compare_byte_view
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_invalid_utf8_string_view_array
Function · 0.64
test_utf8_view_ffi_from_dangling_pointer
Function · 0.64
test_validation_of_invalid_string_view_array
Function · 0.64