|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdlib.h>#include <stdio.h>#include <iostream>#include <glog/logging.h>#include <vector>#include "cache-hash-table.h"#include "cache-hash-table.inline.h"#include "standard-hash-table.h"#include "standard-hash-table.inline.h"#include "tuple-types.h"#include "runtime/mem-pool.h"#include "util/cpu-info.h"#include "util/debug-util.h"#include "util/pretty-printer.h"#include "util/hash-util.h"#include "util/runtime-profile.h"#include "util/stopwatch.h"Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | Process (T *ht, const ProbeTuple *probe) |
| template<typename T > | |
| uint64_t | Test (T *ht, const ProbeTuple *input, uint64_t num_tuples) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 79 of file cache-hash-test.cc.
References impala::CpuInfo::Init(), NUM_TUPLES, and impala::PrettyPrinter::Print().
|
inline |
Definition at line 53 of file cache-hash-test.cc.
Definition at line 68 of file cache-hash-test.cc.
References impala::StopWatch::Start(), and impala::StopWatch::Stop().