![]() |
Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
|
#include <iostream>#include <string>#include <vector>#include <memory>#include <core/optimization_criterion.hpp>#include <core/time_measurement.hpp>#include <core/operation.hpp>#include <core/scheduler.hpp>#include <query_processing/processing_device.hpp>#include <query_processing/virtual_processing_device.hpp>#include <config/configuration.hpp>
Go to the source code of this file.
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. | |
Functions | |
| std::tr1::shared_ptr < OptimizationCriterion_Internal > | hype::core::getNewOptimizationCriterionbyName (const std::string &name_of_optimization_criterion) |
| factory function taht creates OptimizationCriterion objects | |