how to get timestamp from slicerange result

2012-11-05 Thread Hagos, A.S.
Hi , I am using cpp thrift client to manipulate data in cassandra. I am unable to get the timestamp from a keyslice result. Any ideas ? The following is piece of my code to get column names and values from the result. cass.set_keyspace(myks3); string key = myrk3;

solved ...RE: how to get timestamp from slicerange result

2012-11-05 Thread Hagos, A.S.
I just figured it out ... returnstrg \: results[i].columns[x].column.timestampstd::endl; From: Hagos, A.S. [a.s.ha...@tue.nl] Sent: Monday, November 05, 2012 1:37 PM To: user@cassandra.apache.org Subject: how to get timestamp from slicerange result Hi