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

Go to the source code of this file.

Classes

class  OoOJoin::OperatorTable
 The entity of operatorTable, can used for searching all available operators. More...
 

Namespaces

 OoOJoin
 

Macros

#define newOperatorTable   std::make_shared<OoOJoin::OperatorTable>
 (Macro) To creat a new OperatorTable under shared pointer.
 

Typedefs

typedef std::shared_ptr< class OperatorTable > OoOJoin::OperatorTablePtr
 The class to describe a shared pointer to OperatorTable.