Type Definition arrow2::compute::filter::Filter

source · []
pub type Filter<'a> = Box<dyn Fn(&dyn Array) -> Box<dyn Array> + Send + Sync + 'a>;
Available on crate feature compute_filter only.
Expand description

Function that can filter arbitrary arrays