Function datafusion_substrait::logical_plan::producer::make_binary_op_scalar_func
source ยท 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