Returns the number of array slots in the builder
(&self)
| 154 | |
| 155 | /// Returns the number of array slots in the builder |
| 156 | fn len(&self) -> usize { |
| 157 | self.null_buffer_builder.len() |
| 158 | } |
| 159 | |
| 160 | /// Builds the array and reset this builder. |
| 161 | fn finish(&mut self) -> ArrayRef { |
no outgoing calls
no test coverage detected