Function datafusion_expr::binary::binary_numeric_coercion
source ยท 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