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

pub fn find_join_exprs(
    exprs: Vec<&Expr, Global>
) -> Result<(Vec<Expr, Global>, Vec<Expr, Global>), DataFusionError>
Expand description

Looks for correlating expressions: for example, a binary expression with one field from the subquery, and one not in the subquery (closed upon from outer scope)

Arguments

  • exprs - List of expressions that may or may not be joins

Return value

Tuple of (expressions containing joins, remaining non-join expressions)