Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-6429

CQL3 SELECT improvements for collections

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dyx Dmitriy Ukhlov
              Votes:
              7 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: