Returns a reference to the values of this map
(&self)
| 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 { |