Re: composite types in CQL

2012-03-05 Thread aaron morton
It's not currently supported in CQL https://issues.apache.org/jira/browse/CASSANDRA-3761 You can do it using the CLI, see the online help. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 2/03/2012, at 10:39 AM, Bayle Shanks wrote: > hi,

composite types in CQL

2012-03-01 Thread Bayle Shanks
hi, i'm wondering how to do composite data storage types in CQL. I am trying to mimic the Composite Types functionality of the Pycassa client: http://pycassa.github.com/pycassa/assorted/composite_types.html In short, in Pycassa you can do something like: --- itemTimeCompositeType = CompositeTy