|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <iostream>#include <sstream>#include <stdio.h>#include <stdlib.h>#include <gtest/gtest.h>#include "common/init.h"#include "service/fe-support.h"#include "util/mem-info.h"#include "util/process-state-info.h"#include "util/test-info.h"#include "common/names.h"Go to the source code of this file.
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Functions | |
| impala::TEST (MemInfo, Basic) | |
| impala::TEST (ProcessStateInfo, Basic) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 48 of file proc-info-test.cc.
References impala::TestInfo::BE_TEST, impala::InitCommonRuntime(), and impala::InitFeSupport().