pub fn comparison_eq_coercion(
    lhs_type: &DataType,
    rhs_type: &DataType
) -> Option<DataType>
Expand description

Get the coerced data type for eq or not eq operation