Class: Apache::Hadoop::Hbase::Thrift::TRowResult

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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end