$isNull
The$isNull operator checks if a value is null.
Input
- A single value of any type
Output
trueif the input value is null,falseotherwise
Examples
Check Null Value
true
Check Non-Null Value
false
From Field
true if the optional_field is null, otherwise false
