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
disjunction in datafusion_expr::utils - Rust
[go: Go Back, main page]

pub fn disjunction(filters: impl IntoIterator<Item = Expr>) -> Option<Expr>
Expand description

Combines an array of filter expressions into a single filter expression consisting of the input filter expressions joined with logical OR.

Returns None if the filters array is empty.