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

Method remove_nulls_from_array

arrow-select/src/coalesce.rs:1498–1500  ·  view source on GitHub ↗
(array: &ArrayRef)

Source from the content-addressed store, hash-verified

1496 }
1497
1498 fn remove_nulls_from_array(array: &ArrayRef) -> ArrayRef {
1499 make_array(array.to_data().into_builder().nulls(None).build().unwrap())
1500 }
1501
1502 /// Returns a set of tests where each test that is the sae as self, but
1503 /// has a single column from the original input batch

Callers

nothing calls this directly

Calls 5

make_arrayFunction · 0.50
buildMethod · 0.45
nullsMethod · 0.45
into_builderMethod · 0.45
to_dataMethod · 0.45

Tested by

no test coverage detected