OoOJoin  0.0.1
The next generation of out-of-order join operator
RandomDataLoader.h File Reference
#include <TestBench/AbstractDataLoader.h>
#include <Utils/MicroDataSet.hpp>
Include dependency graph for RandomDataLoader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OoOJoin::RandomDataLoader
 The dataloader which produces random key, random value and random skewness. More...
 

Namespaces

 OoOJoin
 
#define newRandomDataLoader   std::make_shared<OoOJoin::RandomDataLoader>
 (Macro) To creat a new RandomDataLoader under shared pointer.
 
typedef std::shared_ptr< class RandomDataLoader > OoOJoin::RandomDataLoaderPtr
 The class to describe a shared pointer to RandomDataLoader.