Module and_or

Source
Expand description

For expression that only accept two nullable arguments as input.

Structsยง

BinaryShortCircuitExpression
This is just an implementation detail. The semantic is not guaranteed at SQL level because optimizer may have rearranged the boolean expressions. #6202

Staticsยง

_LINKME_ELEMENT_and_boolean_boolean_boolean ๐Ÿ”’
_LINKME_ELEMENT_or_boolean_boolean_boolean ๐Ÿ”’

Functionsยง

and ๐Ÿ”’
and_boolean_boolean_boolean ๐Ÿ”’
build_and_expr ๐Ÿ”’
build_or_expr ๐Ÿ”’
or ๐Ÿ”’
or_boolean_boolean_boolean ๐Ÿ”’