#include <Utils/ConfigMap.hpp>#include <Common/Tuples.h>#include <assert.h>#include <Utils/IntelliLog.h>

Go to the source code of this file.
Classes | |
| class | OoOJoin::AbstractDataLoader |
| The abstract class of dataloader. More... | |
Namespaces | |
| OoOJoin | |
Macros | |
| #define | DATA_INFO INTELLI_INFO |
| #define | DATA_ERROR INTELLI_ERROR |
| #define | DATA_WARNNING INTELLI_WARNING |
| #define | newAbstractDataLoader std::make_shared<OoOJoin::AbstractDataLoader> |
| (Macro) To creat a new AbstractDataLoader under shared pointer. | |
| typedef std::shared_ptr< class AbstractDataLoader > | OoOJoin::AbstractDataLoaderPtr |
| The class to describe a shared pointer to AbstractDataLoader. | |