Go to the source code of this file.
Classes | |
class | INTELLI::AbstractLazyJP |
The basic class of lazy join processor. More... | |
Namespaces | |
INTELLI | |
Macros | |
#define | newAbstractLazyJP() make_shared<AbstractLazyJP>() |
Typedefs | |
typedef std::shared_ptr< AbstractLazyJP > | INTELLI::AbstractLazyJPPtr |
Enumerations | |
enum | INTELLI::lwj_status_t { INTELLI::LWJ_IDLE = 0 , INTELLI::LWJ_COLLECTING , INTELLI::LWJ_PROCESSING } |
The status of lazy join processor. More... | |