Class: Apache::Hadoop::Hbase::Thrift::TCell
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::TCell
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase/hbase_types.rb
Overview
note of temporal data. Cell is used all the way from HStore up to HTable.
Constant Summary collapse
- VALUE =
1
- TIMESTAMP =
2
- FIELDS =
{ VALUE => {:type => ::Thrift::Types::STRING, :name => 'value', :binary => true}, TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
25 |
# File 'lib/hbase/hbase_types.rb', line 25 def struct_fields; FIELDS; end |
#validate ⇒ Object
27 28 |
# File 'lib/hbase/hbase_types.rb', line 27 def validate end |