AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
NestedLoopJoin.h File Reference
Include dependency graph for NestedLoopJoin.h:

Go to the source code of this file.

Classes

class  INTELLI::NestedLoopJoin
 The top class package of Nested Loop Join providing a "join function". More...
 

Namespaces

 INTELLI
 

Macros

#define newNestedLoopJoin()   make_shared<NestedLoopJoin>()
 

Typedefs

typedef std::shared_ptr< NestedLoopJoin > INTELLI::NestedLoopJoinPtr