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

Go to the source code of this file.

Classes

class  OoOJoin::AbstractDataLoader
 The abstract class of dataloader. More...
 

Namespaces

 OoOJoin
 

Macros

#define DATA_INFO   INTELLI_INFO
 
#define DATA_ERROR   INTELLI_ERROR
 
#define DATA_WARNNING   INTELLI_WARNING
 
#define newAbstractDataLoader   std::make_shared<OoOJoin::AbstractDataLoader>
 (Macro) To creat a new AbstractDataLoader under shared pointer.
 
typedef std::shared_ptr< class AbstractDataLoader > OoOJoin::AbstractDataLoaderPtr
 The class to describe a shared pointer to AbstractDataLoader.