IntegerColumn.
bit_or
Aggregate bitwise OR operation.
All elements in an integer column are ORed together. This can be used to determine which bit flags are set on any element.
Resources:
BigQuery BIT_OR
MySQL BIT_OR