MCPcopy Create free account
hub / github.com/apache/arrow-rs / finish

Method finish

arrow-array/src/builder/primitive_dictionary_builder.rs:263–265  ·  view source on GitHub ↗

Builds the array and reset this builder.

(&mut self)

Source from the content-addressed store, hash-verified

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 {

Calls 7

child_dataMethod · 0.80
clearMethod · 0.45
cloneMethod · 0.45
data_typeMethod · 0.45
into_builderMethod · 0.45
into_dataMethod · 0.45
build_uncheckedMethod · 0.45