#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>

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. | |