pub fn make_binary_op_scalar_func(
    lhs: &Expression,
    rhs: &Expression,
    op: Operator,
    extensions: &mut Extensions,
) -> Expression
Expand description

Return Substrait scalar function with two arguments