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 18:22:35 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-6429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitriy Ukhlov updated CASSANDRA-6429:
--------------------------------------

    Since Version:   (was: 2.0.2)

> 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)