Jeremy Hanna created CASSANDRA-4386:
---------------------------------------

             Summary: Allow cql to use the IN syntax on secondary index values
                 Key: CASSANDRA-4386
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4386
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Jeremy Hanna
            Priority: Minor


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:
{code}
select * from users where first_name in ('françois','frank');
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to