MongoDB Query Language (MQL) Bitwise Query Operators

Bitwise query operators perform bitwise operations to match documents based on bit patterns in numeric fields. These operators enable you to query documents by checking whether specific bit positions are set or clear, useful for flag-based filtering and binary data manipulation.