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
pub fn make_binary_op_scalar_func(
producer: &mut impl SubstraitProducer,
lhs: &Expression,
rhs: &Expression,
op: Operator,
) -> Expression
Return Substrait scalar function with two arguments