AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
AbstractJoinAlgo.h File Reference
#include <Common/Types.h>
#include <string>
#include <memory>
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  INTELLI::AbstractJoinAlgo
 The abstraction to describe a join algorithm, providing virtual function of join. More...
 

Namespaces

 INTELLI
 

Macros

#define newAbstractJoinAlgo()   make_shared<AbstractJoinAlgo>()
 

Typedefs

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