Thanks Sylvain. I missed it. If i try to access these via thrift API, what will be the column names?
-Vivek If i try to access this row via thrift API, what would be the column names returned? On Tue, Oct 16, 2012 at 3:52 PM, Sylvain Lebresne <sylv...@datastax.com>wrote: > On Tue, Oct 16, 2012 at 11:57 AM, Vivek Mishra <mishra.v...@gmail.com> > wrote: > > ------------------- > > RowKey: Jayne Cobb > > => (column=2012-07-24:2:alliance_involvement, value=false, > > timestamp=1350381005020000) > > => (column=2012-07-24:2:energy_used, value=4.6, > timestamp=1350381005020001) > > > > > > Not sure, why is it not getting non-composite column(e.g. > ships_destroyed in > > this case). > > You have all the data in there. The ships_destroyed is the second > component of each of your column names. That's just the way CQL3 > encodes things underneath. > > -- > Sylvain >