Try:

unfilteredRowIterator.next().clustering().toString(update.metadata())

To get the raw values, you can use:

unfilteredRowIterator.next().clustering().getRawValues()

On Thu, May 26, 2016 at 7:25 AM, Siddharth Verma <
verma.siddha...@snapdeal.com> wrote:

> Hi Sam,
> Sorry, I couldn't understand.
>
> I am already using
> UnfilteredRowIterator unfilteredRowIterator
> =partition.unfilteredIterator();
>
> while(unfilteredRowIterator.hasNext()){
>     next.append(unfilteredRowIterator.next().toString()+"\001");
> }
>
> Is there another way to access it?
>
>


-- 
Tyler Hobbs
DataStax <http://datastax.com/>

Reply via email to