OoOJoin  0.0.1
The next generation of out-of-order join operator
OoOJoin.h
Go to the documentation of this file.
1 
2 //
3 // Created by tony on 22/11/22.
4 //
5 
6 #ifndef INTELLISTREAM_OOOJOIN_H
7 #define INTELLISTREAM_OOOJOIN_H
8 
53 //The groups of modules
65 #include <Common/Tuples.h>
66 #include <Common/Window.h>
67 #include <Common/StateOfKey.h>
71 /***
72  * @subsection code_stru_utils Utils
73 * This folder contains the public utils shared by INTELISTREAM team and some third party dependencies.
74  **/
79 #include <Utils/MicroDataSet.hpp>
80 #include <Utils/SPSCQueue.hpp>
81 #include <Utils/ConfigMap.hpp>
88 #include <Utils/C20Buffers.hpp>
89 #include <Utils/ThreadPerf.hpp>
90 #include <Utils/IntelliLog.h>
104 #include <JoinAlgos/JoinAlgoTable.h>
105 #include <JoinAlgos/NPJ/NPJ.h>
114 #include <Operator/IAWJOperator.h>
116 #include <Operator/OperatorTable.h>
124 #include <TestBench/TestBench.h>
134 #include <WaterMarker/LatenessWM.h>
138 #endif //INTELLISTREAM_OOOJOIN_H