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

Method into_builder

arrow-data/src/data.rs:1699–1701  ·  view source on GitHub ↗

Converts this [`ArrayData`] into an [`ArrayDataBuilder`]

(self)

Source from the content-addressed store, hash-verified

1697
1698 /// Converts this [`ArrayData`] into an [`ArrayDataBuilder`]
1699 pub fn into_builder(self) -> ArrayDataBuilder {
1700 self.into()
1701 }
1702
1703 /// Claim memory used by this ArrayData in the provided memory pool.
1704 ///

Callers 15

test_null_empty_stringsFunction · 0.45
decode_stringFunction · 0.45
test_structFunction · 0.45
test_dictionary_nullsFunction · 0.45
generate_dictionaryFunction · 0.45
replace_array_nullsFunction · 0.45
filter_dictFunction · 0.45
extract_sparseFunction · 0.45
extract_denseFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_null_empty_stringsFunction · 0.36
test_structFunction · 0.36
test_dictionary_nullsFunction · 0.36