You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Amol (Jira)" <ji...@apache.org> on 2020/09/04 02:55:00 UTC

[jira] [Comment Edited] (CASSANDRA-7396) Allow selecting Map values and Set elements

    [ https://issues.apache.org/jira/browse/CASSANDRA-7396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17190498#comment-17190498 ] 

Amol edited comment on CASSANDRA-7396 at 9/4/20, 2:54 AM:
----------------------------------------------------------

In which version will this funcnaility be available? I am on cassandra 3.11 and dosent seem to work

 

Also if I have query

select col1, col2, col3 from table A

v/s 

select map['keycol1'],map['keycol2'],map['keycol3'] from table A

Would both the queries have equivalent performance ?

 


was (Author: amolskh123):
In which version will this funcnaility be available? I am on cassandra 3.11 and dosent seem to work

> Allow selecting Map values and Set elements
> -------------------------------------------
>
>                 Key: CASSANDRA-7396
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7396
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Legacy/CQL
>            Reporter: Jonathan Ellis
>            Assignee: Sylvain Lebresne
>            Priority: Normal
>              Labels: cql
>             Fix For: 4.0, 4.0-alpha1
>
>         Attachments: 7396_unit_tests.txt
>
>
> Allow "SELECT map['key]" and "SELECT list[index]."  (Selecting a UDT subfield is already supported.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org