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