0

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.

1 Answers1

0

QuestDB supports bitwise operators to assist with performing bitwise operations "bitmath". Consider browsing the QuestDB documentation found here: QuestDBDocs

  • Thanks for your contribution. Maybe it could help others to provide an example? – Rick Rackow Feb 23 '22 at 08:23
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/31137943) – anaval Mar 01 '22 at 05:13