fn numerical_coercion( lhs_type: &DataType, rhs_type: &DataType, ) -> Option<DataType>
A common set of numerical coercions that are applied for mathematical and binary ops to lhs_type and rhs_type.
lhs_type
rhs_type