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

T Jake Luciani commented on CASSANDRA-2474:
-------------------------------------------

I see what you mean... some more questions/ideas.

1. are you suggesting we only allow access to supercolumns in a materialized 
view?
2. if not, how would non-materialized view access a supercolumn?
3. should we use a UNION command to fetch many rows?
4. why do you need to use the FROM cf:key syntax? why not require parent 
keyword to also have a key predicate?
5. would you allow "parent >= 'a' and parent <= 'c'"



> CQL support for compound columns
> --------------------------------
>
>                 Key: CASSANDRA-2474
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2474
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: API, Core
>            Reporter: Eric Evans
>              Labels: cql
>             Fix For: 1.0
>
>
> For the most part, this boils down to supporting the specification of 
> compound column names (the CQL syntax is colon-delimted terms), and then 
> teaching the decoders (drivers) to create structures from the results.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to