#include <JoinAlgos/AbstractJoinAlgo.h>

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. | |