Returns the number of array slots in the builder
(&self)
| 362 | impl ArrayBuilder for UnionBuilder { |
| 363 | /// Returns the number of array slots in the builder |
| 364 | fn len(&self) -> usize { |
| 365 | self.len |
| 366 | } |
| 367 | |
| 368 | /// Builds the array |
| 369 | fn finish(&mut self) -> ArrayRef { |
no outgoing calls
no test coverage detected