Logical
Description
Logical operators are used to combine boolean expressions into a more complex boolean expressions.
In this section AND, OR and NOT are described.
Logical operator precedence is documented in the Functions and Operators section.
Logical operators can be used within one of the following contexts, which can evaluate a Boolean expression:
CASE WHEN (in the
WHEN
conditions)Pull-Up-Functions (in the filter argument)
BIND_FILTERS (in the filter argument)
CALC_REWORK (in the filter argument)