arrow_select::filter

Function filter_run_end_array

Source
fn filter_run_end_array<R: RunEndIndexType>(
    re_arr: &RunArray<R>,
    pred: &FilterPredicate,
) -> Result<RunArray<R>, ArrowError>
where R::Native: Into<i64> + From<bool> + AddAssign,
Expand description

Filter any supported [RunArray] based on a FilterPredicate