split_op_and_other_join_predicates

Function split_op_and_other_join_predicates 

Source
fn split_op_and_other_join_predicates(
    filter: Expr,
    left_schema: &DFSchema,
    right_schema: &DFSchema,
    operator: Operator,
) -> Result<(Vec<(Expr, Expr)>, Option<Expr>)>
Expand description

See comments in split_eq_and_noneq_join_predicate for details.