Function make_binary_op_scalar_func

Source
pub fn make_binary_op_scalar_func(
    producer: &mut impl SubstraitProducer,
    lhs: &Expression,
    rhs: &Expression,
    op: Operator,
) -> Expression
Expand description

Return Substrait scalar function with two arguments