|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <vector>#include <boost/cstdint.hpp>#include <boost/scoped_ptr.hpp>#include "codegen/impala-ir.h"#include "common/logging.h"#include "runtime/buffered-block-mgr.h"#include "runtime/buffered-tuple-stream.h"#include "runtime/buffered-tuple-stream.inline.h"#include "runtime/mem-tracker.h"#include "runtime/tuple-row.h"#include "util/bitmap.h"#include "util/hash-util.h"Go to the source code of this file.
Classes | |
| class | impala::HashTableCtx |
| class | impala::HashTable |
| union | impala::HashTable::HtData |
| Either the row in the tuple stream or a pointer to the single tuple of this row. More... | |
| struct | impala::HashTable::DuplicateNode |
| Linked list of entries used for duplicates. More... | |
| struct | impala::HashTable::Bucket |
| class | impala::HashTable::Iterator |
| stl-like iterator interface. More... | |
Namespaces | |
| llvm | |
| Forward declare all llvm classes to avoid namespace pollution. | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |