fn binary_coercion(lhs_type: &DataType, rhs_type: &DataType) -> Option<DataType>Expand description
Coercion rules for binary types (Binary/LargeBinary/BinaryView): If at least one argument is a binary type and both arguments can be coerced into a binary type, coerce to binary type.