You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremiah Jordan (Updated) (JIRA)" <ji...@apache.org> on 2012/04/10 02:05:25 UTC

[jira] [Updated] (CASSANDRA-3647) Support arbitrarily nested "documents" in CQL

     [ https://issues.apache.org/jira/browse/CASSANDRA-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremiah Jordan updated CASSANDRA-3647:
---------------------------------------

    Comment: was deleted

(was: I meant setting the timestamp portion of the UUID to the negative of the current time.  The timestamp portion of the UUID is how you are getting append/push back, correct?

field3.pushback(a) -> field3:1 : a
field3.pushback(b) -> field3:2 : b
field3.pushfront(c) -> field3:-3 : c
field3.pushfront(d) -> field3:-4 : d
field3.pushback(e) -> field3:5 : e
Gives you:
(-4, d), (-3, c), (1, a), (2, b), (5, e)

)
    
> Support arbitrarily nested "documents" in CQL
> ---------------------------------------------
>
>                 Key: CASSANDRA-3647
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3647
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: API, Core
>            Reporter: Jonathan Ellis
>              Labels: cql
>
> Composite columns introduce the ability to have arbitrarily nested data in a Cassandra row.  We should expose this through CQL.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira