IntegerColumn.
bit_and
Aggregate bitwise AND operation.
All elements in an integer column are ANDed together. This can be used to determine which bit flags are set on all elements.
Resources:
BigQuery BIT_AND
MySQL BIT_AND