bitwise_coercion

Function bitwise_coercion 

Source
fn bitwise_coercion(
    left_type: &DataType,
    right_type: &DataType,
) -> Option<DataType>
Expand description

Returns the output type of applying bitwise operations such as &, |, or xorto arguments of lhs_type and rhs_type.