Checks whether a value is NULL.
IS_NULL(<expr>)
SELECT IS_NULL(1); ┌────────────┐ │ is_null(1) │ ├────────────┤ │ false │ └────────────┘