(array: &ArrayRef)
| 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 |
nothing calls this directly
no test coverage detected