[ 
https://issues.apache.org/jira/browse/CASSANDRA-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098575#comment-13098575
 ] 

Jonathan Ellis commented on CASSANDRA-3089:
-------------------------------------------

I think this patch is missing CassandraRowId.java.

Sight unseen though I'm not sure why you'd copy the key buffer for each rowId() 
call.  It's perfectly fine to use BB instead of byte[], in fact the reason we 
switched from the latter to the former was to avoid extra copies.

> Support RowId in ResultSet
> --------------------------
>
>                 Key: CASSANDRA-3089
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3089
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Drivers
>    Affects Versions: 0.8.4
>            Reporter: Rick Shaw
>            Assignee: Rick Shaw
>            Priority: Trivial
>              Labels: JDBC, lhf
>             Fix For: 1.0
>
>         Attachments: add-rowid-support.txt
>
>
> Support the JDBC concept of {{RowId}} by using the C* row index value.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to