Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/cogadb/include/util/tpch_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_TPCH_Database(const std::string& path_to_files);
00010 
00011 
00012 }; //end namespace CogaDB
00013 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines