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

Method keys

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

Returns a reference to the keys of this map

(&self)

Source from the content-addressed store, hash-verified

160
161 /// Returns a reference to the keys of this map
162 pub fn keys(&self) -> &ArrayRef {
163 self.entries.column(0)
164 }
165
166 /// Returns a reference to the values of this map
167 pub fn values(&self) -> &ArrayRef {

Callers 15

cmpMethod · 0.45
hashMethod · 0.45
hashMethod · 0.45
test_map_nulls_appendFunction · 0.45
avro_writer.rsFile · 0.45
fingerprintsMethod · 0.45
make_encoderMethod · 0.45
try_newMethod · 0.45
writeMethod · 0.45
prepareMethod · 0.45

Calls 1

columnMethod · 0.45