OoOJoin  0.0.1
The next generation of out-of-order join operator
The simplest nested loop join
Collaboration diagram for The simplest nested loop join:

Classes

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

Macros

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

Typedefs

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

Detailed Description

Just compare keys in the loop and test if they are matched.