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

Go to the source code of this file.

Classes

class  OoOJoin::DataLoaderTable
 The entity of DataLoaderTable, can used for searching all available DataLoaders. More...
 

Namespaces

 OoOJoin
 
#define newDataLoaderTable   std::make_shared<OoOJoin::DataLoaderTable>
 (Macro) To creat a new DataLoaderTable under shared pointer.
 
typedef std::shared_ptr< class DataLoaderTable > OoOJoin::DataLoaderTablePtr