Our handling of NULLs in expressions is different from Cassandra's, and more uniform. For example, the filter "WHERE x = NULL" is an error in Cassandra, but supported in Scylla. Let's explain how and why. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Closes #12494