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

Method finish_cloned

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

Builds the array without resetting the builder.

(&self)

Source from the content-addressed store, hash-verified

132
133 /// Builds the array without resetting the builder.
134 fn finish_cloned(&self) -> ArrayRef {
135 Arc::new(self.finish_cloned())
136 }
137
138 fn finish_preserve_values(&mut self) -> ArrayRef {
139 Arc::new(self.finish_preserve_values())

Callers 2

test_emptyFunction · 0.45

Calls 6

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

Tested by 2

test_emptyFunction · 0.36