|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "experiments/data-provider.h"#include <stdlib.h>#include <math.h>#include <iostream>#include "common/names.h"Go to the source code of this file.
Functions | |
| void | RandString (MemPool *pool, StringValue *result, const StringValue &min, const StringValue &max, double r, variate_generator< minstd_rand &, uniform_real<> > &rand) |
| void RandString | ( | MemPool * | pool, |
| StringValue * | result, | ||
| const StringValue & | min, | ||
| const StringValue & | max, | ||
| double | r, | ||
| variate_generator< minstd_rand &, uniform_real<> > & | rand | ||
| ) |
Definition at line 43 of file data-provider.cc.
References impala::MemPool::Allocate(), impala::StringValue::len, and impala::StringValue::ptr.
Referenced by DataProvider::NextBatch().