fn bitwise_coercion( left_type: &DataType, right_type: &DataType, ) -> Option<DataType>
Returns the output type of applying bitwise operations such as &, |, or xorto arguments of lhs_type and rhs_type.
&
|
xor
lhs_type
rhs_type