Re: range get over subcolumns on supercolumn family

2010-04-26 Thread Rafael Ribeiro
Just found the way... keyRange start and end key will be the same and instead of specifying the count and start on KeyRange it has to be specified on SliceRange and then keySlices will come with a single key and a list of columns... 2010/4/25 Rafael Ribeiro > Hi all! > > I am trying to do a p

range get over subcolumns on supercolumn family

2010-04-25 Thread Rafael Ribeiro
Hi all! I am trying to do a paginated query on the subcolumns of a superfamily column but sincerely I am a little bit confused. I have already been able to do a range query but only over the keys of a regular column family. For the keys case I've been able to do so using the code below: