Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <map>
#include <boost/foreach.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/unordered_map.hpp>
#include "exec/parquet-common.h"
#include "runtime/mem-pool.h"
#include "runtime/string-value.h"
#include "util/rle-encoding.h"
#include "util/runtime-profile.h"
Go to the source code of this file.
Classes | |
class | impala::DictEncoderBase |
class | impala::DictEncoder< T > |
struct | impala::DictEncoder< T >::Node |
Node in the chained hash table. More... | |
class | impala::DictDecoderBase |
class | impala::DictDecoder< T > |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |