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

Go to the source code of this file.

Classes

class  OoOJoin::ZipfDataLoader
 The dataloader which allows zipf distribution of key, value, event time and arrival skewness. More...
 

Namespaces

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