Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <vector>
#include <boost/cstdint.hpp>
#include "codegen/impala-ir.h"
#include "common/logging.h"
#include "runtime/mem-pool.h"
#include "util/bitmap.h"
#include "util/hash-util.h"
#include "util/runtime-profile.h"
Go to the source code of this file.
Classes | |
class | impala::OldHashTable |
The hash table does not support removes. The hash table is not thread safe. More... | |
class | impala::OldHashTable::Iterator |
stl-like iterator interface. More... | |
struct | impala::OldHashTable::Node |
struct | impala::OldHashTable::Bucket |
Namespaces | |
llvm | |
Forward declare all llvm classes to avoid namespace pollution. | |
impala | |
This file contains type definitions that are used throughout the code base. | |