Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <vector>
#include <memory>
#include <stdint.h>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/thread.hpp>
#include "exec/scan-node.h"
#include "exec/scanner-context.h"
#include "runtime/descriptors.h"
#include "runtime/disk-io-mgr.h"
#include "runtime/string-buffer.h"
#include "util/progress-updater.h"
#include "util/spinlock.h"
#include "util/thread.h"
#include "gen-cpp/PlanNodes_types.h"
Go to the source code of this file.
Classes | |
struct | impala::HdfsFileDesc |
struct | impala::ScanRangeMetadata |
class | impala::HdfsScanNode |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |