a & b - Bitwise and
Example:
  > SELECT 3 & 5 FROM src LIMIT 1;
  1
