You can translate the question and the replies:

How to implement bitwise operator '&' ?

How do you implement the following sql in vql? select 14 & power(2,2)
user
04-05-2022 05:47:30 -0400
code

1 Answer

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!
Denodo Team
04-05-2022 06:50:28 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here