Function datafusion_expr::type_coercion::binary::values_coercion
source ยท pub fn values_coercion(
lhs_type: &DataType,
rhs_type: &DataType,
) -> Option<DataType>
Expand description
Coerce lhs_type
and rhs_type
to a common type for value exprs