OoOJoin  0.0.1
The next generation of out-of-order join operator
AbstractWaterMarker.h File Reference
#include <Common/Window.h>
#include <Common/Tuples.h>
#include <Utils/UtilityFunctions.hpp>
#include <assert.h>
#include <Utils/ConfigMap.hpp>
#include <Utils/IntelliLog.h>
Include dependency graph for AbstractWaterMarker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OoOJoin::AbstractWaterMarker
 The abstraction to describe a watermark generator, providing virtual function of deciding watermark generation. More...
 

Namespaces

 OoOJoin
 

Macros

#define WM_INFO   INTELLI_INFO
 
#define WM_ERROR   INTELLI_ERROR
 
#define WM_WARNNING   INTELLI_WARNING
 
#define newAbstractWaterMarker   std::make_shared<OoOJoin::AbstractWaterMarker>
 (Macro) To creat a new AbstractWaterMarker under shared pointer. More...
 

Typedefs

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

Macro Definition Documentation

◆ newAbstractWaterMarker

#define newAbstractWaterMarker   std::make_shared<OoOJoin::AbstractWaterMarker>

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

[newAbstractWaterMarker]