Looking through the CQL 3.1 grammar for Cassandra 2.1, I noticed that the not-equals operator (!=) is in the grammar definition, but I can't seem to find any legal way to use it.
Is != supported as part of the where clause in Cassandra? Or is it the grammar for some other purpose?