Class: Apache::Hadoop::Hbase::Thrift::TCell

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/adapter/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_fieldsObject



25
# File 'lib/adapter/hbase/hbase_types.rb', line 25

def struct_fields; FIELDS; end

#validateObject



27
28
# File 'lib/adapter/hbase/hbase_types.rb', line 27

def validate
end