Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
data-provider.h File Reference
#include <math.h>
#include <iostream>
#include <limits>
#include <boost/cstdint.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/linear_congruential.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
#include <boost/generator_iterator.hpp>
#include "runtime/mem-pool.h"
#include "runtime/types.h"
#include "runtime/string-value.h"
#include "util/runtime-profile.h"
Include dependency graph for data-provider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DataProvider
 See data-provider-test.cc on how to use this. More...
 
struct  DataProvider::Value
 
class  DataProvider::ColDesc
 

Macros

#define IMPALA_EXPERIMENT_DATAPROVIDER_H
 

Functions

template<>
DataProvider::ColDesc DataProvider::ColDesc::Create< impala::StringValue > (const impala::StringValue &min, const impala::StringValue &max, DataGen gen)
 

Macro Definition Documentation

#define IMPALA_EXPERIMENT_DATAPROVIDER_H

Definition at line 4 of file data-provider.h.

Function Documentation

template<>
DataProvider::ColDesc DataProvider::ColDesc::Create< impala::StringValue > ( const impala::StringValue min,
const impala::StringValue max,
DataGen  gen 
)
inline

Definition at line 198 of file data-provider.h.

References impala::TYPE_STRING.