Checks whether a value is not NULL.
IS_NOT_NULL(<expr>)
SELECT IS_NOT_NULL(1); ┌────────────────┐ │ is_not_null(1) │ ├────────────────┤ │ true │ └────────────────┘