Returns the number of array slots in the builder
(&self)
| 217 | |
| 218 | /// Returns the number of array slots in the builder |
| 219 | fn len(&self) -> usize { |
| 220 | self.values_builder.len() |
| 221 | } |
| 222 | |
| 223 | /// Builds the array and reset this builder. |
| 224 | fn finish(&mut self) -> ArrayRef { |
no outgoing calls
no test coverage detected