Type Alias arrow::compute::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

Aliased Type§

struct Filter<'a>(/* private fields */);