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

Go to the source code of this file.

Classes

class  OoOJoin::AbstractJoinAlgo
 The abstraction to describe a join algorithm, providing virtual function of join. More...
 

Namespaces

 OoOJoin
 

Macros

#define ALGO_INFO   INTELLI_INFO
 
#define ALGO_ERROR   INTELLI_ERROR
 
#define ALGO_WARNNING   INTELLI_WARNING
 
#define newAbstractJoinAlgo()   std::make_shared<AbstractJoinAlgo>()
 

Typedefs

typedef std::shared_ptr< AbstractJoinAlgo > OoOJoin::AbstractJoinAlgoPtr