Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
hype::core::Throughput Class Reference

#include <throughput.hpp>

Inheritance diagram for hype::core::Throughput:
Collaboration diagram for hype::core::Throughput:

List of all members.

Public Member Functions

 Throughput (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 ()

Detailed Description

Definition at line 16 of file throughput.hpp.


Constructor & Destructor Documentation

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

Definition at line 25 of file throughput.cpp.

Referenced by create().

Here is the caller graph for this function:


Member Function Documentation

Definition at line 24 of file throughput.hpp.

References Throughput().

Referenced by hype::core::PluginLoader::loadPlugins().

Here is the call graph for this function:

Here is the caller graph for this function:


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