Struct arrow_select::filter::FilterPredicate
source · pub struct FilterPredicate { /* private fields */ }
Expand description
A filtering predicate that can be applied to an Array
Implementations§
source§impl FilterPredicate
impl FilterPredicate
sourcepub fn filter(&self, values: &dyn Array) -> Result<ArrayRef, ArrowError>
pub fn filter(&self, values: &dyn Array) -> Result<ArrayRef, ArrowError>
Selects rows from values
based on this FilterPredicate