Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
atod-benchmark.cc File Reference
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <vector>
#include <sstream>
#include "runtime/string-value.h"
#include "util/benchmark.h"
#include "util/cpu-info.h"
#include "util/string-parser.h"
#include "common/names.h"
Include dependency graph for atod-benchmark.cc:

Go to the source code of this file.

Classes

struct  TestData< Decimal >
 

Functions

double Rand ()
 
template<typename Decimal >
void AddTestData (TestData< Decimal > *data, const string &input)
 
template<typename Decimal >
void AddTestData (TestData< Decimal > *data, int n)
 
template<typename Decimal , typename Storage >
void TestImpala (int batch_size, void *d)
 
int main (int argc, char **argv)
 

Function Documentation

template<typename Decimal >
void AddTestData ( TestData< Decimal > *  data,
const string &  input 
)

Definition at line 51 of file atod-benchmark.cc.

References TestData< Decimal >::data, and TestData< Decimal >::memory.

Referenced by AddTestData(), and main().

template<typename Decimal >
void AddTestData ( TestData< Decimal > *  data,
int  n 
)
double Rand ( )

Definition at line 46 of file atod-benchmark.cc.

Referenced by AddTestData().

template<typename Decimal , typename Storage >
void TestImpala ( int  batch_size,
void *  d 
)