Hi,
The Denodo Platform contains several operators, however the bitwise operator is currently not supported out of the box. Hence, I would develop a Denodo Extension ([Custom Function](https://community.denodo.com/docs/html/browse/latest/en/vdp/developer/developing_extensions/developing_custom_functions/developing_custom_functions#developing-custom-functions)) in order to make them available in the Virtual DataPort Server.
I would also make use of the Denodo's [Logical operators](https://community.denodo.com/docs/html/browse/8.0/en/vdp/vql/language_for_defining_and_processing_data_vql/logical_operators/logical_operators#logical-operators) for achieving the same output which I could obtain using some of the bitwise operators as Bitwise operators are an extension of Logical operators.
For more information, you could refer to the section of the [Developing Extensions](https://community.denodo.com/docs/html/browse/latest/en/vdp/developer/developing_extensions/developing_extensions#developing-extensions) Virtual DataPort Developer Guide
Hope this helps!