Method: HBase::Row#fixnum
- Defined in:
- lib/hbase-jruby/row.rb
#fixnum(col) ⇒ Fixnum Also known as: long
Returns the latest 8-byte column value as a Fixnum
201 202 203 |
# File 'lib/hbase-jruby/row.rb', line 201 def fixnum col decode_value :fixnum, col end |