You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Yésica Rey <ye...@gdtic.es> on 2010/04/15 14:12:33 UTC

Get super-columns using SimpleCassie

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!

Re: Get super-columns using SimpleCassie

Posted by Jonathan Ellis <jb...@gmail.com>.
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 <ye...@gdtic.es> wrote:
> 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!
>