(&self)
| 155 | /// allowing for zero-copy cloning |
| 156 | #[inline] |
| 157 | pub fn offsets(&self) -> &OffsetBuffer<i32> { |
| 158 | &self.value_offsets |
| 159 | } |
| 160 | |
| 161 | /// Returns a reference to the keys of this map |
| 162 | pub fn keys(&self) -> &ArrayRef { |
no outgoing calls
no test coverage detected