Method: HBase::Row#rowkey
- Defined in:
- lib/hbase-jruby/row.rb
#rowkey(type = :raw) ⇒ String, byte[]
Returns the rowkey of the row
19 20 21 |
# File 'lib/hbase-jruby/row.rb', line 19 def rowkey type = :raw Util.from_bytes type, @result.getRow end |