Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <string>
#include <gtest/gtest.h>
#include <boost/math/constants/constants.hpp>
#include "common/logging.h"
#include "runtime/multi-precision.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 (MultiPrecisionIntTest, Conversion) | |
impala::TEST (MultiPrecisionIntTest, HighLowBits) | |
impala::TEST (MultiPrecisionIntTest, Example) | |
template<typename T > | |
T | impala::area_of_a_circle (T r) |
impala::TEST (MultiPrecisionFloatTest, Example) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 140 of file multi-precision-test.cc.