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

Go to the source code of this file.

Classes

class  OoOJoin::MeanAQPIAWJOperator
 The intra window join (MeanAQPIAWJ) operator under the simplest AQP strategy, only considers a single window and uses exponential weighted moving average for prediction. More...
 
class  OoOJoin::MeanAQPIAWJOperator::MeanStateOfKey
 

Namespaces

 OoOJoin
 

Macros

#define newMeanStateOfKey   std::make_shared<MeanStateOfKey>
 
#define newMeanAQPIAWJOperator   std::make_shared<OoOJoin::MeanAQPIAWJOperator>
 (Macro) To creat a new MeanAQPIAWJOperator under shared pointer.
 

Typedefs

typedef std::shared_ptr< class MeanAQPIAWJOperator > OoOJoin::MeanAQPIAWJOperatorPtr
 The class to describe a shared pointer to MeanAQPIAWJOperator.