solved ...RE: how to get timestamp from slicerange result
I just figured it out ... returnstrg << "\":" << results[i].columns[x].column.timestamp< results; cass.get_range_slices(results, cparent, sp, range, ConsistencyLevel::ONE); for(size_t i=0; i
how to get timestamp from slicerange result
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; ColumnPar