OoOJoin  0.0.1
The next generation of out-of-order join operator
IAWJOperator.h File Reference
#include <Operator/AbstractOperator.h>
#include <Common/Window.h>
#include <atomic>
#include <WaterMarker/LatenessWM.h>
Include dependency graph for IAWJOperator.h:
This graph shows which files directly or indirectly include this file:

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.