[][src]Function arrow::compute::kernels::filter::filter

pub fn filter(array: &dyn Array, filter: &BooleanArray) -> Result<ArrayRef>

Returns a new array, containing only the elements matching the filter.