OoOJoin  0.0.1
The next generation of out-of-order join operator
OoOJoin::AbstractDataLoader Class Reference

The abstract class of dataloader. More...

#include <TestBench/AbstractDataLoader.h>

Inheritance diagram for OoOJoin::AbstractDataLoader:

Public Member Functions

virtual bool setConfig (ConfigMapPtr cfg)
 Set the GLOBAL config map related to this loader. More...
 
virtual bool setModConfig (ConfigMapPtr cfg)
 Set the modification config map related to this loader. More...
 
virtual vector< TrackTuplePtrgetTupleVectorS ()
 get the vector of s tuple More...
 
virtual vector< TrackTuplePtrgetTupleVectorR ()
 get the vector of R tuple More...
 

Detailed Description

The abstract class of dataloader.

Note
:
  • Must have a global config by setConfig
  • Can also have a modification config by
Default behavior
  • create
  • setConfig and setModConfig (optional), generate R and S internally
  • call getTupleVectorS/R

The documentation for this class was generated from the following file: