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

Method entries

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

Returns a reference to the [`StructArray`] entries of this map

(&self)

Source from the content-addressed store, hash-verified

170
171 /// Returns a reference to the [`StructArray`] entries of this map
172 pub fn entries(&self) -> &StructArray {
173 &self.entries
174 }
175
176 /// Returns a reference to the fields of the [`StructArray`] that backs this map.
177 pub fn entries_fields(&self) -> (&Field, &Field) {

Callers 9

fmtMethod · 0.45
test_nonnullable_impalaFunction · 0.45
fmtMethod · 0.45
cast_map_valuesFunction · 0.45
compare_mapFunction · 0.45
try_newMethod · 0.45

Calls

no outgoing calls