Returns the number of array slots in the builder
(&self)
| 256 | |
| 257 | /// Returns the number of array slots in the builder |
| 258 | fn len(&self) -> usize { |
| 259 | self.keys_builder.len() |
| 260 | } |
| 261 | |
| 262 | /// Builds the array and reset this builder. |
| 263 | fn finish(&mut self) -> ArrayRef { |
no outgoing calls
no test coverage detected