Column-oriented GPU-accelerated Database Management System
CoGaDB
hype::core::SimpleRoundRobin Class Reference

#include <simple_round_robin_throughput.hpp>

Inheritance diagram for hype::core::SimpleRoundRobin:
Collaboration diagram for hype::core::SimpleRoundRobin:

List of all members.

Public Member Functions

 SimpleRoundRobin (std::string name_of_operation)
virtual const SchedulingDecision getOptimalAlgorithm_internal (const Tuple &input_values, Operation &op, DeviceTypeConstraint dev_constr)
 this function is called by getOptimalAlgorithm() to ensure an easy extensibility of the library

Static Public Member Functions

static
OptimizationCriterion_Internal
create ()

Constructor & Destructor Documentation

hype::core::SimpleRoundRobin::SimpleRoundRobin ( std::string  name_of_operation)

Referenced by create().

Here is the caller graph for this function:


Member Function Documentation

References SimpleRoundRobin().

Here is the call graph for this function:

virtual const SchedulingDecision hype::core::SimpleRoundRobin::getOptimalAlgorithm_internal ( const Tuple input_values,
Operation op,
DeviceTypeConstraint  dev_constr 
) [virtual]

this function is called by getOptimalAlgorithm() to ensure an easy extensibility of the library

has to be implemented by derived classes

Parameters:
\return

Implements hype::core::OptimizationCriterion_Internal.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines