Description
It would be handy in some situations to be able to get a list of the timestamps and matching columns for a row without returning the data in the cells.
/** * Get all the timestamps for a row along with which cells exist at that timestamp. */ Map<long, Text[]> getRowTimestampsWithColumns(Text row);