Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <gtest/gtest.h>
#include "hash-store.h"
#include "standard-hash-table.h"
#include "tuple-types.h"
#include "util/cpu-info.h"
#include "util/debug-util.h"
#include "util/pretty-printer.h"
#include "util/stopwatch.h"
Go to the source code of this file.
Classes | |
class | impala::GrowingTest |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
int | main (int argc, char **argv) |
TEST (GrowingTest, All) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 108 of file growing-test.cc.
References impala::CpuInfo::Init(), and impala::GrowingTest::NUM_PROBE_TUPLES.
TEST | ( | GrowingTest | , |
All | |||
) |
Definition at line 116 of file growing-test.cc.