Nowadays CQL parses "is null predicate" using the following rule:
<null predicate> ::= <attribute name> "IS" [ "NOT" ] "NULL"
TXT is going to extend that to allow expressions. This is the new rule
<null predicate> ::= <expression> "IS" [ "NOT" ] "NULL"