- Reference >
- Operators >
- Query and Projection Operators >
- Bitwise Query Operators
Bitwise Query OperatorsΒΆ
Name | Description |
---|---|
$bitsAllSet | Matches numeric or binary values in which a set of bit positions all have a value of 1. |
$bitsAnySet | Matches numeric or binary values in which any bit from a set of bit positions has a value of 1. |
$bitsAllClear | Matches numeric or binary values in which a set of bit positions all have a value of 0. |
$bitsAnyClear | Matches numeric or binary values in which any bit from a set of bit positions has a value of 0. |
Thank you for your feedback!
We're sorry! You can Report a Problem to help us improve this page.