![]() |
Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <util/star_schema_benchmark.hpp>#include <persistence/storage_manager.hpp>#include <core/table.hpp>#include <parser/commandline_interpreter.hpp>#include <boost/tokenizer.hpp>#include <unittests/unittests.hpp>#include <util/tpch_benchmark.hpp>#include <core/runtime_configuration.hpp>#include <query_processing/query_processor.hpp>#include <boost/lexical_cast.hpp>#include <boost/random.hpp>#include <boost/generator_iterator.hpp>#include <boost/algorithm/string.hpp>#include <utility>#include <string>#include <algorithm>#include <parser/generated/Parser.h>
Namespaces | |
| namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
Functions | |
| bool | CoGaDB::Unittest_Create_Star_Schema_Benchmark_Database (const std::string &path_to_files) |
| bool | CoGaDB::SSB_Q11 () |
| bool | CoGaDB::SSB_Q12 () |
| bool | CoGaDB::SSB_Q13 () |
| bool | CoGaDB::SSB_Q21 () |
| bool | CoGaDB::SSB_Q22 () |
| bool | CoGaDB::SSB_Q23 () |
| bool | CoGaDB::SSB_Q31 () |
| bool | CoGaDB::SSB_Q32 () |
| bool | CoGaDB::SSB_Q33 () |
| bool | CoGaDB::SSB_Q34 () |
| bool | CoGaDB::SSB_Q41 () |
| bool | CoGaDB::SSB_Q42 () |
| bool | CoGaDB::SSB_Q43 () |