vortex_array::compute

Trait FilterFn

Source
pub trait FilterFn {
    // Required method
    fn filter(&self, predicate: &Array) -> VortexResult<Array>;
}

Required Methods§

Source

fn filter(&self, predicate: &Array) -> VortexResult<Array>

Filter an array by the provided predicate.

Implementors§