[
https://issues.apache.org/jira/browse/CASSANDRA-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13250324#comment-13250324
]
Jeremiah Jordan commented on CASSANDRA-3647:
--------------------------------------------
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