Type Alias arrow::compute::Filter

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 */);