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

Method values

arrow-array/src/array/dictionary_array.rs:374–376  ·  view source on GitHub ↗

Returns a reference to the dictionary values array

(&self)

Source from the content-addressed store, hash-verified

372
373 /// Returns a reference to the dictionary values array
374 pub fn values(&self) -> &ArrayRef {
375 &self.values
376 }
377
378 /// Returns a clone of the value type of this list.
379 pub fn value_type(&self) -> DataType {

Callers 11

try_newMethod · 0.45
occupancyMethod · 0.45
logical_nullsMethod · 0.45
logical_null_countMethod · 0.45
normalized_keysMethod · 0.45
test_dictionary_arrayFunction · 0.45
test_dictionary_iterFunction · 0.45

Calls

no outgoing calls