Re: Reading a counter column value

2013-03-19 Thread aaron morton
it's just a standard get_slice call, the ColumnOrSuperColumn result has either Column, SuperColumn, CounterColumn or SuperCounterColumn set. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 18/03/2013, at 2:09 AM, C

Reading a counter column value

2013-03-17 Thread Chidambaran Subramanian
I created a CounterColumnType column family . create column family counter1 with default_validation_class=CounterColumnType and replicate_on_write=true; Unfortunately I could not figure out a way to read the column value. I am using the Thrift API , and I couldn't make out any sense. I can't use