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

Method values

arrow-array/src/array/list_array.rs:322–324  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

320 /// for [`Self`] for more details.
321 #[inline]
322 pub fn values(&self) -> &ArrayRef {
323 &self.values
324 }
325
326 /// Returns a clone of the value type of this list.
327 pub fn value_type(&self) -> DataType {

Callers 8

from_nested_iterMethod · 0.45
fromMethod · 0.45
test_list_arrayFunction · 0.45
test_large_list_arrayFunction · 0.45
test_list_array_sliceFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_list_arrayFunction · 0.36
test_large_list_arrayFunction · 0.36
test_list_array_sliceFunction · 0.36