fn filter_run_end_array<R: RunEndIndexType>(
re_arr: &RunArray<R>,
pred: &FilterPredicate,
) -> Result<RunArray<R>, ArrowError>
Expand description
Filter any supported [RunArray
] based on a FilterPredicate
fn filter_run_end_array<R: RunEndIndexType>(
re_arr: &RunArray<R>,
pred: &FilterPredicate,
) -> Result<RunArray<R>, ArrowError>
Filter any supported [RunArray
] based on a FilterPredicate