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 <yes...@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! >