Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 {
Callers
15
fmt
Method · 0.45
finish_preserve_values
Method · 0.45
validate_content
Method · 0.45
test_struct_array_builder
Function · 0.45
test_struct_array_builder_finish
Function · 0.45
test_struct_array_builder_finish_cloned
Function · 0.45
test_datatype_properties
Function · 0.45
test_struct_array_builder_from_dictionary_type_inner
Function · 0.45
test_struct_array_builder_unequal_field_builders_lengths
Function · 0.45
test_struct_array_builder_unequal_field_field_builders
Function · 0.45
test_struct_array_mismatch_builder
Function · 0.45
test_empty
Function · 0.45
Calls
5
validate_content
Method · 0.80
collect
Method · 0.80
is_empty
Method · 0.45
len
Method · 0.45
clone
Method · 0.45
Tested by
12
test_struct_array_builder
Function · 0.36
test_struct_array_builder_finish
Function · 0.36
test_struct_array_builder_finish_cloned
Function · 0.36
test_datatype_properties
Function · 0.36
test_struct_array_builder_from_dictionary_type_inner
Function · 0.36
test_struct_array_builder_unequal_field_builders_lengths
Function · 0.36
test_struct_array_builder_unequal_field_field_builders
Function · 0.36
test_struct_array_mismatch_builder
Function · 0.36
test_empty
Function · 0.36
test_append_non_nulls
Function · 0.36
test_append_non_nulls_with_nulls
Function · 0.36
test_append_non_nulls_zero
Function · 0.36