|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdlib.h>#include <stdio.h>#include <iostream>#include <vector>#include <gtest/gtest.h>#include "common/compiler-util.h"#include "exec/hash-table.inline.h"#include "exprs/expr.h"#include "exprs/expr-context.h"#include "exprs/slot-ref.h"#include "runtime/mem-pool.h"#include "runtime/mem-tracker.h"#include "runtime/string-value.h"#include "util/cpu-info.h"#include "util/runtime-profile.h"#include "common/names.h"Go to the source code of this file.
Classes | |
| class | impala::HashTableTest |
| struct | impala::HashTableTest::ProbeTestData |
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Functions | |
| impala::TEST_F (HashTableTest, LinearSetupTest) | |
| impala::TEST_F (HashTableTest, QuadraticSetupTest) | |
| impala::TEST_F (HashTableTest, LinearBasicTest) | |
| impala::TEST_F (HashTableTest, QuadraticBasicTest) | |
| impala::TEST_F (HashTableTest, LinearScanTest) | |
| impala::TEST_F (HashTableTest, QuadraticScanTest) | |
| impala::TEST_F (HashTableTest, LinearGrowTableTest) | |
| impala::TEST_F (HashTableTest, QuadraticGrowTableTest) | |
| impala::TEST_F (HashTableTest, LinearInsertFullTest) | |
| impala::TEST_F (HashTableTest, QuadraticInsertFullTest) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 455 of file hash-table-test.cc.
References impala::CpuInfo::Init().