Builds the array and reset this builder.
(&mut self)
| 126 | |
| 127 | /// Builds the array and reset this builder. |
| 128 | fn finish(&mut self) -> ArrayRef { |
| 129 | Arc::new(self.finish()) |
| 130 | } |
| 131 | |
| 132 | /// Builds the array without resetting the builder. |
| 133 | fn finish_cloned(&self) -> ArrayRef { |