Re: Get super-columns using SimpleCassie

2010-04-17 Thread Jonathan Ellis
you mean all the columns in a row, or all the rows in a columnfamily? the first you can do with get_slice, the 2nd you can do with get_range_slices. On Thu, Apr 15, 2010 at 7:12 AM, Yésica Rey wrote: > I'm using SimpleCassie like cassandra client. > I have a question: can I get all super-columns

Get super-columns using SimpleCassie

2010-04-15 Thread Yésica Rey
I'm using SimpleCassie like cassandra client. I have a question: can I get all super-columns that there in one column-family? If yes, how can i do it? Regards!