Type Definition arrow::compute::kernels::filter::Filter

source · []
pub type Filter<'a> = Box<dyn Fn(&ArrayData) -> ArrayData + 'a>;
👎 Deprecated
Expand description

Function that can filter arbitrary arrays

Deprecated: Use FilterPredicate instead