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

Method keys

arrow-array/src/builder/map_builder.rs:143–145  ·  view source on GitHub ↗

Returns the key array builder of the map

(&mut self)

Source from the content-addressed store, hash-verified

141
142 /// Returns the key array builder of the map
143 pub fn keys(&mut self) -> &mut K {
144 &mut self.key_builder
145 }
146
147 /// Returns the value array builder of the map
148 pub fn values(&mut self) -> &mut V {

Calls

no outgoing calls