Class: HbaseClient::Thrift::TColumn
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::TColumn
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/thrift/hbase_types.rb
Overview
Holds column name and the cell.
Constant Summary collapse
- COLUMNNAME =
1
- CELL =
2
- FIELDS =
{ COLUMNNAME => {:type => ::Thrift::Types::STRING, :name => 'columnName', :binary => true}, CELL => {:type => ::Thrift::Types::STRUCT, :name => 'cell', :class => ::HbaseClient::Thrift::TCell} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
174 |
# File 'lib/hbase-client/thrift/hbase_types.rb', line 174 def struct_fields; FIELDS; end |
#validate ⇒ Object
176 177 |
# File 'lib/hbase-client/thrift/hbase_types.rb', line 176 def validate end |