AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
NPJ.h File Reference
#include <Common/MultiThreadHashTable.h>
#include <Utils/AbstractC20Thread.h>
#include <barrier>
#include <JoinAlgo/AbstractJoinAlgo.h>
Include dependency graph for NPJ.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  INTELLI::NPJ_thread
 The thread used by NPJ. More...
 
class  INTELLI::NPJ
 The top class package of NPJ, providing a "join function". More...
 
class  INTELLI::NPJSingle
 The top class package of single threadNPJ, providing a "join function". More...
 

Namespaces

 INTELLI
 
#define newNPJ()   make_shared<NPJ>()
 
#define newNPJSingle()   make_shared<NPJSingle>()
 
typedef std::shared_ptr< NPJ > INTELLI::NPJPtr
 
typedef std::shared_ptr< NPJSingle > INTELLI::NPJSinglePtr