Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
get_name.hpp
Go to the documentation of this file.
00001 
00002 #pragma once
00003 
00004 #include <string>
00005 #include <config/global_definitions.hpp>
00006 
00007 namespace hype{
00008    namespace util{
00009 
00010    const std::string getName(StatisticalMethod);
00011    const std::string getName(RecomputationHeuristic);
00012    const std::string getName(OptimizationCriterion);  
00013    const std::string getName(ProcessingDeviceType);   
00014    const std::string getName(DeviceTypeConstraint);      
00015    
00016    }; //end namespace util
00017 }; //end namespace hype
00018 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines