Builds the array and reset this builder.
(&mut self)
| 261 | |
| 262 | /// Builds the array and reset this builder. |
| 263 | fn finish(&mut self) -> ArrayRef { |
| 264 | Arc::new(self.finish()) |
| 265 | } |
| 266 | |
| 267 | /// Builds the array without resetting the builder. |
| 268 | fn finish_cloned(&self) -> ArrayRef { |