You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2011/06/10 02:34:00 UTC

[jira] [Issue Comment Edited] (CASSANDRA-2474) CQL support for compound columns

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

T Jake Luciani edited comment on CASSANDRA-2474 at 6/10/11 12:33 AM:
---------------------------------------------------------------------

Doesn't this limit things to one row key?

If I have a CF of wide rows it would be nice to get back a transposed view of all rows..

you could use a SQL hint syntax like:

{noformat}
select /*+TRANSPOSED*/ key, column, subcolumn, value from foo;
{noformat}


      was (Author: tjake):
    Doesn't this limit things to one row key?

If I have a CF of wide rows it would be nice to get back a transposed view of all rows..

you could use a SQL hint syntax like:

select /*+TRANSPOSED*/ key, column, subcolumn, value from foo;
  
> 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