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

Get the coerced data type for comparison operations such as eq, not eq, lt, lteq, gt, and gteq.