Returns the number of array slots in the builder
(&self)
| 121 | |
| 122 | /// Returns the number of array slots in the builder |
| 123 | fn len(&self) -> usize { |
| 124 | self.values_builder.len() |
| 125 | } |
| 126 | |
| 127 | /// Builds the array and reset this builder. |
| 128 | fn finish(&mut self) -> ArrayRef { |
no outgoing calls
no test coverage detected