Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <boost/thread.hpp>
#include <gtest/gtest.h>
#include <runtime/timestamp-value.h>
#include <sys/resource.h>
#include "util/promise.h"
#include "util/time.h"
#include "common/names.h"
Go to the source code of this file.
Classes | |
struct | impala::ScopedLimitResetter |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
void | impala::RunThread (Promise< int64_t > *promise) |
impala::TEST (PromiseTest, BasicTest) | |
impala::TEST (PromiseTest, TimeoutTest) | |
impala::TEST (PromiseDeathTest, RepeatedSetTest) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 89 of file promise-test.cc.