0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::QueryCache::Key Class Reference

Hash key to query cache. More...

#include <QueryCache.h>

Public Member Functions

bool operator== (const Key &other) const
 Equality operator. More...
 

Public Attributes

uint64_t digest [2]
 Hash digest. More...
 

Detailed Description

Hash key to query cache.

This class represents a hash key, computed over a query specification, used to quickly lookup the cache entry for the query.

Definition at line 54 of file QueryCache.h.

Member Function Documentation

bool Hypertable::QueryCache::Key::operator== ( const Key other) const
inline

Equality operator.

Parameters
otherOther key to compare
Returns
true if keys are equal, false otherwise.

Definition at line 59 of file QueryCache.h.

Member Data Documentation

uint64_t Hypertable::QueryCache::Key::digest[2]

Hash digest.

Definition at line 63 of file QueryCache.h.


The documentation for this class was generated from the following file: