OoOJoin  0.0.1
The next generation of out-of-order join operator
ArrivalWM.h File Reference
Include dependency graph for ArrivalWM.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OoOJoin::ArrivalWM
 watermark generates at time t, and every thing arrives later then t will be discard, i.e., flush finial result at t More...
 

Namespaces

 OoOJoin
 

Macros

#define newArrivalWM   std::make_shared<OoOJoin::ArrivalWM>
 (Macro) To creat a new ArrivalWM under shared pointer. More...
 

Typedefs

typedef std::shared_ptr< class ArrivalWM > OoOJoin::ArrivalWMPtr
 The class to describe a shared pointer to ArrivalWM. More...
 

Macro Definition Documentation

◆ newArrivalWM

#define newArrivalWM   std::make_shared<OoOJoin::ArrivalWM>

(Macro) To creat a new ArrivalWM under shared pointer.

[newArrivalWM]