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

Go to the source code of this file.

Classes

class  OoOJoin::FileDataLoader
 The dataloader which loads data from external csv file. More...
 

Namespaces

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