Class: Apache::Hadoop::Hbase::Thrift::TRowResult
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::TRowResult
- Includes:
- Thrift::Struct
- Defined in:
- lib/gen-rb/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'}, COLUMNS => {:type => ::Thrift::Types::MAP, :name => 'columns', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => Apache::Hadoop::Hbase::Thrift::TCell}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
146 |
# File 'lib/gen-rb/hbase_types.rb', line 146 def struct_fields; FIELDS; end |
#validate ⇒ Object
148 149 |
# File 'lib/gen-rb/hbase_types.rb', line 148 def validate end |