Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <config/global_definitions.hpp>
#include <core/specification.hpp>
#include <config/exports.hpp>
#include <core/algorithm_measurement.hpp>
#include <core/time_measurement.hpp>
#include <core/workload_generator.hpp>
#include <core/statistics_gatherer.hpp>
#include <core/scheduling_decision.hpp>
#include <core/report.hpp>
Go to the source code of this file.
Classes | |
class | hype::Scheduler |
The Scheduler is the central component for interaction of the application and the library. More... | |
Namespaces | |
namespace | hype |
The namespace stemod contains all classes and functions that belongs to the framework. | |
Typedefs | |
typedef core::AlgorithmMeasurement | hype::AlgorithmMeasurement |
typedef core::Tuple | hype::Tuple |
typedef core::SchedulingDecision | hype::SchedulingDecision |
typedef core::Offline_Algorithm | hype::Offline_Algorithm |
typedef core::WorkloadGenerator | hype::WorkloadGenerator |
typedef core::StatisticsGatherer | hype::StatisticsGatherer |
typedef core::Report | hype::Report |
typedef core::AlgorithmSpecification | hype::AlgorithmSpecification |
typedef core::OperatorSpecification | hype::OperatorSpecification |
typedef core::DeviceSpecification | hype::DeviceSpecification |
typedef core::DeviceConstraint | hype::DeviceConstraint |