![]() |
Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
|
#include <config/global_definitions.hpp>#include <memory>#include <vector>#include <core/specification.hpp>#include <core/statistical_method.hpp>#include <core/recomputation_heuristic.hpp>#include <core/time_measurement.hpp>#include <core/algorithm_statistics.hpp>#include <core/loadchange_estimator.hpp>

Go to the source code of this file.
Classes | |
| class | hype::core::Algorithm |
| This class represents an algorithm. It abstracts important features and encapsulates information of the algorithm. At the same time, it is highly adaptable. More... | |
Namespaces | |
| namespace | hype |
The namespace stemod contains all classes and functions that belongs to the framework. | |
| namespace | hype::core |
The namespace stemod::core contains all classes and functions that belong to the core framework. | |
Typedefs | |
| typedef std::tr1::shared_ptr < Algorithm > | hype::core::AlgorithmPtr |