You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2014/09/19 21:28:34 UTC

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

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

Tyler Hobbs resolved CASSANDRA-6429.
------------------------------------
    Resolution: Fixed

> 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 corresponding ticket for it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)