MCPcopy 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_byteFunction · 0.80
filter_byte_viewFunction · 0.80
interleave_viewsFunction · 0.80
take_byte_viewFunction · 0.80
copy_rowsMethod · 0.80
is_eqMethod · 0.80
is_ltMethod · 0.80
compare_byte_viewFunction · 0.80
sort_byte_viewFunction · 0.80

Calls

no outgoing calls