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
- duplicates
-
CASSANDRA-7396 Allow selecting Map values and Set elements
- Resolved