pub fn binary_numeric_coercion( lhs_type: &DataType, rhs_type: &DataType, ) -> Option<DataType>
Coerce lhs_type and rhs_type to a common type where both are numeric
lhs_type
rhs_type