Create the functional equivalent of the != op
---------------------------------------------
Key: CASSANDRA-1206
URL: https://issues.apache.org/jira/browse/CASSANDRA-1206
Project: Cassandra
Issue Type: New Feature
Reporter: Todd Nine
Currently, the <, <=, ==, >, >= operands can be used utilizing KeyRanges.
However, it is not possible to execute a query which provides all keys except
key K with a single call. Please implement this to avoid having to make 2
calls with KeyRange less and KeyRange greater than the given value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.