'Bit Math for QuestDB
Does the database QuestDB support BitMath, i.e. the ability to manipulate individual bits? I tried using field & 1 == true but I get the following in return: unexpected character.
Solution 1:[1]
QuestDB supports bitwise operators to assist with performing bitwise operations "bitmath". Consider browsing the QuestDB documentation found here: QuestDBDocs
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dylan LaMott |
