Type Definition arrow::compute::Filter

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

Function that can filter arbitrary arrays

Deprecated: Use FilterPredicate instead