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

Method finish

arrow-array/src/builder/primitive_builder.rs:128–130  ·  view source on GitHub ↗

Builds the array and reset this builder.

(&mut self)

Source from the content-addressed store, hash-verified

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 {

Calls 6

takeFunction · 0.85
add_bufferMethod · 0.80
lenMethod · 0.45
nullsMethod · 0.45
cloneMethod · 0.45
build_uncheckedMethod · 0.45