Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#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"
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) |
#define IMPALA_EXPERIMENT_DATAPROVIDER_H |
Definition at line 4 of file data-provider.h.
|
inline |
Definition at line 198 of file data-provider.h.
References impala::TYPE_STRING.