Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdint.h>
#include <map>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/unordered_map.hpp>
#include "common/logging.h"
#include "common/atomic.h"
#include "util/debug-util.h"
#include "util/internal-queue.h"
#include "util/metrics.h"
#include "util/runtime-profile.h"
#include "util/spinlock.h"
#include "gen-cpp/Types_types.h"
Go to the source code of this file.
Classes | |
class | impala::MemTracker |
This class is thread-safe. More... | |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |