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... | |
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.
|
inline |
Equality operator.
other | Other key to compare |
Definition at line 59 of file QueryCache.h.
uint64_t Hypertable::QueryCache::Key::digest[2] |
Hash digest.
Definition at line 63 of file QueryCache.h.