filter_array

Function filter_array 

Source
fn filter_array(
    array: &dyn Array,
    filter: &FilterPredicate,
) -> Result<ArrayRef, ArrowError>