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

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. | |