#include <Common/Window.h>#include <string>#include <memory>#include <assert.h>#include <Utils/ConfigMap.hpp>

Go to the source code of this file.
Classes | |
| class | OoOJoin::AbstractJoinAlgo |
| The abstraction to describe a join algorithm, providing virtual function of join. More... | |
Namespaces | |
| OoOJoin | |
Macros | |
| #define | ALGO_INFO INTELLI_INFO |
| #define | ALGO_ERROR INTELLI_ERROR |
| #define | ALGO_WARNNING INTELLI_WARNING |
| #define | newAbstractJoinAlgo() std::make_shared<AbstractJoinAlgo>() |
Typedefs | |
| typedef std::shared_ptr< AbstractJoinAlgo > | OoOJoin::AbstractJoinAlgoPtr |