Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <config/global_definitions.hpp>
#include <config/configuration.hpp>
#include <core/time_measurement.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | hype::core::AlgorithmSpecification |
An AlgorithmSpecification specifies all relevant information about an algorithm, such as the algorithm's name or the name of the operation the algorithms belongs to. More... | |
struct | hype::core::OperatorSpecification |
A OperatorSpecification defines the operator that the user wants to execute. More... | |
struct | hype::core::DeviceSpecification |
A DeviceSpecification defines a processing device that is available for performing computations. More... | |
struct | hype::core::DeviceConstraint |
A DeviceConstraint restricts the type of processing device, which HyPE may choose to process an operator. 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. |