|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdlib.h>#include <stdio.h>#include <iostream>#include <gtest/gtest.h>#include "util/network-util.h"#include "rpc/thrift-util.h"#include "gen-cpp/RuntimeProfile_types.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 (ThriftUtil, SimpleSerializeDeserialize) | |
| impala::TEST (ThriftUtil, TNetworkAddressComparator) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 87 of file thrift-util-test.cc.