#include <Operator/AbstractOperator.h>#include <Common/Window.h>#include <atomic>#include <WaterMarker/LatenessWM.h>

Go to the source code of this file.
Classes | |
| class | OoOJoin::IAWJOperator |
| The intra window join (IAWJ) operator, only considers a single window. More... | |
Namespaces | |
| OoOJoin | |
Macros | |
| #define | newIAWJOperator std::make_shared<OoOJoin::IAWJOperator> |
| (Macro) To creat a new IAWJOperator under shared pointer. | |
Typedefs | |
| typedef std::shared_ptr< class IAWJOperator > | OoOJoin::IAWJOperatorPtr |
| The class to describe a shared pointer to IAWJOperator. | |