Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.19.0
-
None
Description
The bitwise XOR function (^) is only implemented for INT while AND (&) and OR (|) are implemented for all widths of integer. Also there is no BIT_XOR aggregate while there are both BIT_AND and BIT_OR. This improvement proposes to bring XOR in line with AND and OR in both of these respects.