OoOJoin  0.0.1
The next generation of out-of-order join operator
NestedLoopJoin.h File Reference
Include dependency graph for NestedLoopJoin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 OoOJoin
 

Macros

#define newNestedLoopJoin   std::make_shared<NestedLoopJoin>
 (Macro) To creat a new newNestedLoop under shared pointer.
 

Typedefs

typedef std::shared_ptr< NestedLoopJoin > OoOJoin::NestedLoopJoinPtr
 The class to describe a shared pointer to NestedLoopJoin.