Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/cogadb/include/util/star_schema_benchmark.hpp
Go to the documentation of this file.
00001 #pragma once
00002 #include <core/table.hpp>
00003 #include <util/time_measurement.hpp>
00004 #include <string>
00005 
00006 namespace CoGaDB{
00007 
00008 
00009 bool Unittest_Create_Star_Schema_Benchmark_Database(const std::string& path_to_files);
00010 
00011 
00012 /********** QUERIES ***********/
00013     bool SSB_Q11();
00014     bool SSB_Q12();
00015     bool SSB_Q13();
00016 
00017     bool SSB_Q21();
00018     bool SSB_Q22();
00019     bool SSB_Q23();
00020 
00021     bool SSB_Q31();
00022     bool SSB_Q32();
00023     bool SSB_Q33();
00024     bool SSB_Q34();
00025 
00026     bool SSB_Q41();
00027     bool SSB_Q42();
00028     bool SSB_Q43();
00029 
00030 
00031 }; //end namespace CogaDB
00032 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines