Class: Apache::Hadoop::Hbase::Thrift::TRowResult
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::TRowResult
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/hbase_types.rb
Overview
Holds row name and then a map of columns to cells.
Constant Summary collapse
- ROW =
1
- COLUMNS =
2
- FIELDS =
{ ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true}, COLUMNS => {:type => ::Thrift::Types::MAP, :name => 'columns', :key => {:type => ::Thrift::Types::STRING, :binary => true}, :value => {:type => ::Thrift::Types::STRUCT, :class => Apache::Hadoop::Hbase::Thrift::TCell}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
145 |
# File 'lib/thrift/hbase_types.rb', line 145 def struct_fields; FIELDS; end |
#validate ⇒ Object
147 148 |
# File 'lib/thrift/hbase_types.rb', line 147 def validate end |