IntegerColumn.
bit_xor
Aggregate bitwise XOR operation.
All elements in an integer column are XORed together. This can be used as a parity checksum of element values.
Resources:
BigQuery BIT_XOR
MySQL BIT_XOR