#include <JoinAlgo/AbstractJoinAlgo.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 |