You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dmitriy Ukhlov (JIRA)" <ji...@apache.org> on 2013/12/02 17:57:37 UTC

[jira] [Created] (CASSANDRA-6429) CQL3 SELECT improvements for collections

Dmitriy Ukhlov created CASSANDRA-6429:
-----------------------------------------

             Summary: CQL3 SELECT improvements for collections
                 Key: CASSANDRA-6429
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6429
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Dmitriy Ukhlov


I have found proposal for improvement there:
https://issues.apache.org/jira/browse/CASSANDRA-3647

It is proposed to make next improvement:

SELECT L[1] FROM ...;       -- select list element by index
SELECT M["foo"] FROM ...;   -- select specific map elements
SELECT S["a":"z"] FROM ...; -- select a slice of a set (since after all our sets and maps are sorted)

But I couldn't find corresponded ticket for it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)