#include <Common/Compat.h>
#include "QueryCache.h"
#include <Hypertable/Lib/Key.h>
#include <Hypertable/Lib/SerializedKey.h>
#include <Common/Config.h>
#include <cassert>
#include <iostream>
#include <vector>
Go to the source code of this file.
Macros | |
#define | OVERHEAD 64 |
#define OVERHEAD 64 |
Definition at line 38 of file QueryCache.cc.