Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
old-hash-table.cc File Reference
Include dependency graph for old-hash-table.cc:

Go to the source code of this file.

Functions

static void CodegenAssignNullValue (LlvmCodeGen *codegen, LlvmCodeGen::LlvmBuilder *builder, Value *dst, const ColumnType &type)
 

Variables

static const int PAGE_SIZE = 8 * 1024 * 1024
 
static int64_t NULL_VALUE []
 

Function Documentation

Variable Documentation

int64_t NULL_VALUE[]
static
Initial value:
= { HashUtil::FNV_SEED, HashUtil::FNV_SEED,
HashUtil::FNV_SEED, HashUtil::FNV_SEED,
HashUtil::FNV_SEED, HashUtil::FNV_SEED,
HashUtil::FNV_SEED, HashUtil::FNV_SEED,
HashUtil::FNV_SEED, HashUtil::FNV_SEED,
HashUtil::FNV_SEED, HashUtil::FNV_SEED,
HashUtil::FNV_SEED, HashUtil::FNV_SEED,
HashUtil::FNV_SEED, HashUtil::FNV_SEED }

Definition at line 45 of file old-hash-table.cc.

Referenced by impala::OldHashTable::EvalRow().

const int PAGE_SIZE = 8 * 1024 * 1024
static