Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <vector>
#include <gtest/gtest.h>
#include "common/compiler-util.h"
#include "exec/old-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::OldHashTableTest |
struct | impala::OldHashTableTest::ProbeTestData |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
impala::TEST_F (OldHashTableTest, SetupTest) | |
impala::TEST_F (OldHashTableTest, BasicTest) | |
impala::TEST_F (OldHashTableTest, ScanTest) | |
impala::TEST_F (OldHashTableTest, GrowTableTest) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 323 of file old-hash-table-test.cc.
References impala::CpuInfo::Init().