On Wed, Aug 27, 2014 at 3:28 PM, Arindam Bose <[email protected]>
wrote:
>
> Also, the code as below, is returning me a list of cells but there is only
> 1 cell matching the name "mymap". What is the missing piece in here?
The cell names are composites. They look like (clustering_column_1,
clustering_column_2, ..., clustering_column_n, "mymap", map_key). To make
that work with your current code, you would do something like see if
cell.name().cql3ColumnName(baseCfs.metadata).toString().equals("mymap") is
true.
However, it would be more efficient to just limit your slice to that
collection.
--
Tyler Hobbs
DataStax