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

Function split_binary

Source
pub fn split_binary(expr: &Expr, op: Operator) -> Vec<&Expr>
Expand description

Splits an binary operator tree Expr such as A <OP> B <OP> C => [A, B, C]

See split_binary_owned for more details and an example.