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

Go to the source code of this file.

Classes

class  INTELLI::AbstractLazyJP
 The basic class of lazy join processor. More...
 

Namespaces

 INTELLI
 

Macros

#define newAbstractLazyJP()   make_shared<AbstractLazyJP>()
 

Typedefs

typedef std::shared_ptr< AbstractLazyJP > INTELLI::AbstractLazyJPPtr
 

Enumerations

enum  INTELLI::lwj_status_t { INTELLI::LWJ_IDLE = 0 , INTELLI::LWJ_COLLECTING , INTELLI::LWJ_PROCESSING }
 The status of lazy join processor. More...