Class: Stat::Query::HotResult

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/querymodel_types.rb

Constant Summary collapse

RETCODE =
1
COUNT =
2
IDS =
3
FIELDS =
{
  RETCODE => {:type => ::Thrift::Types::I32, :name => 'retCode'},
  COUNT => {:type => ::Thrift::Types::I32, :name => 'count'},
  IDS => {:type => ::Thrift::Types::LIST, :name => 'ids', :element => {:type => ::Thrift::Types::I64}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



43
# File 'lib/querymodel_types.rb', line 43

def struct_fields; FIELDS; end

#validateObject



45
46
# File 'lib/querymodel_types.rb', line 45

def validate
end