[ 
https://issues.apache.org/jira/browse/HBASE-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614137#action_12614137
 ] 

Jim Kellerman commented on HBASE-30:
------------------------------------

In 0.2.0 HTable.getRow returns a RowResult which contains the row name, all the 
columns at the specified timestamp, the column names, values and timestamps.

Is this issue relevant anymore?

> [hbase] Method to get a list of a row's timestamps accompanied by the columns 
> at that version
> ---------------------------------------------------------------------------------------------
>
>                 Key: HBASE-30
>                 URL: https://issues.apache.org/jira/browse/HBASE-30
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>            Reporter: Bryan Duxbury
>            Assignee: Jim Kellerman
>            Priority: Trivial
>
> 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.
> {code}
> /**
>  * Get all the timestamps for a row along with which cells exist at that 
> timestamp.
>  */
> Map<long, Text[]> getRowTimestampsWithColumns(Text row);
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to