Bitwise operators in XQL

We are using bits to store status information on our certain documents. Sometimes the field can contain a combination of more than one status. In this case it is necessary to bitwise operators while searching…

So I would like to know if it is possible to use bitwise operators in XQL.