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

Method values

arrow-array/src/array/map_array.rs:167–169  ·  view source on GitHub ↗

Returns a reference to the values of this map

(&self)

Source from the content-addressed store, hash-verified

165
166 /// Returns a reference to the values of this map
167 pub fn values(&self) -> &ArrayRef {
168 self.entries.column(1)
169 }
170
171 /// Returns a reference to the [`StructArray`] entries of this map
172 pub fn entries(&self) -> &StructArray {

Callers 1

value_typeMethod · 0.45

Calls 1

columnMethod · 0.45

Tested by

no test coverage detected