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

Method finish

arrow-array/src/builder/struct_builder.rs:129–131  ·  view source on GitHub ↗

Builds the array.

(&mut self)

Source from the content-addressed store, hash-verified

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

Calls 5

validate_contentMethod · 0.80
collectMethod · 0.80
is_emptyMethod · 0.45
lenMethod · 0.45
cloneMethod · 0.45