Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Filter in datafusion::common::arrow::compute - Rust
[go: Go Back, main page]

datafusion::common::arrow::compute

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