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