Bitwise Query Operators

Note

For details on specific operator, including syntax and examples,click on the specific operator to go to its reference page.

NameDescription
$bitsAllClearMatches numeric or binary values in which a set of bit positions all have a value of 0.
$bitsAllSetMatches numeric or binary values in which a set of bit positions all have a value of 1.
$bitsAnyClearMatches numeric or binary values in which any bit from a set of bit positions has a value of 0.
$bitsAnySetMatches numeric or binary values in which any bit from a set of bit positions has a value of 1.