Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hdfs-parquet-table-writer.cc File Reference
#include "exec/hdfs-parquet-table-writer.h"
#include "common/version.h"
#include "exprs/expr.h"
#include "exprs/expr-context.h"
#include "runtime/decimal-value.h"
#include "runtime/raw-value.h"
#include "runtime/row-batch.h"
#include "runtime/runtime-state.h"
#include "runtime/string-value.inline.h"
#include "util/bit-stream-utils.h"
#include "util/bit-util.h"
#include "util/buffer-builder.h"
#include "util/compress.h"
#include "util/debug-util.h"
#include "util/dict-encoding.h"
#include "util/hdfs-util.h"
#include "util/rle-encoding.h"
#include "rpc/thrift-util.h"
#include <sstream>
#include "gen-cpp/ImpalaService_types.h"
#include "common/names.h"
Include dependency graph for hdfs-parquet-table-writer.cc:

Go to the source code of this file.

Classes

class  impala::HdfsParquetTableWriter::BaseColumnWriter
 
struct  impala::HdfsParquetTableWriter::BaseColumnWriter::DataPage
 
class  impala::HdfsParquetTableWriter::ColumnWriter< T >
 
class  impala::HdfsParquetTableWriter::BoolColumnWriter
 

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Variables

static const int MAX_DICTIONARY_ENTRIES = (1 << 16) - 1
 

Variable Documentation

const int MAX_DICTIONARY_ENTRIES = (1 << 16) - 1
static

Definition at line 57 of file hdfs-parquet-table-writer.cc.