Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Won't Fix
-
None
Description
Currently CQL has a syntax for using IN to get a set of rows with a set of keys. This would also be very helpful for use with columns with secondary indexes on them. Such as:
select * from users where first_name in ('françois','frank');
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-6318 IN predicates on non-primary-key columns (%s) is not yet supported
- Resolved
-
CASSANDRA-5920 Allow secondary indexed columns to be used with IN operator
- Resolved
-
CASSANDRA-9958 Add support for the IN operator in secondary index queries
- Resolved