NQL bitwise operators

OperatorDefinitionExamples

and

Logical conjunction

name == "abc" and size > 10

or

Logical disjunction

name == "abc" or size > 10

Last updated

#451: 2024.8-Overview of integration DOC

Change request updated