Function make_binary_op_scalar_func     
pub fn make_binary_op_scalar_func(
    producer: &mut impl SubstraitProducer,
    lhs: &Expression,
    rhs: &Expression,
    op: Operator,
) -> ExpressionExpand description
Return Substrait scalar function with two arguments