Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ views
Method
views
arrow-array/src/array/byte_view_array.rs:299–301 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
297
/// Returns the views buffer
298
#[inline]
299
pub fn views(&self) -> &ScalarBuffer<u128> {
300
&self.views
301
}
302
303
/// Returns the buffers storing string data
304
#[inline]
Callers
15
cast_view_to_byte
Function · 0.80
filter_byte_view
Function · 0.80
interleave_views
Function · 0.80
test_interleave_views_multiple_buffers
Function · 0.80
take_byte_view
Function · 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
sort_byte_view
Function · 0.80
Calls
no outgoing calls
Tested by
6
test_interleave_views_multiple_buffers
Function · 0.64
test_invalid_utf8_string_view_array
Function · 0.64
test_string_max_deduplication_len
Function · 0.64
test_string_view_deduplicate
Function · 0.64
test_append_value_n_with_deduplication
Function · 0.64
test_validation_of_invalid_string_view_array
Function · 0.64