Returns the number of array slots in the builder
(&self)
| 59 | |
| 60 | /// Returns the number of array slots in the builder |
| 61 | fn len(&self) -> usize { |
| 62 | self.null_buffer_builder.len() |
| 63 | } |
| 64 | |
| 65 | /// Builds the array and reset this builder. |
| 66 | fn finish(&mut self) -> ArrayRef { |