Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <core/table.hpp>
#include <parser/commandline_interpreter.hpp>
#include <boost/tokenizer.hpp>
#include <unittests/unittests.hpp>
#include <util/tpch_benchmark.hpp>
#include <util/star_schema_benchmark.hpp>
#include <core/runtime_configuration.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>
#include <query_processing/query_processor.hpp>
#include <core/gpu_column_cache.hpp>
#include <sql/server/sql_driver.hpp>
Namespaces | |
namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
Functions | |
bool | CoGaDB::printStatusOfGPUCache () |
bool | CoGaDB::simple_SSB_Query_Selection () |
bool | CoGaDB::simple_SSB_Query_Join () |
bool | CoGaDB::simple_SSB_Query_Aggregation () |
bool | CoGaDB::simple_SSB_Queries () |
bool | CoGaDB::complex_tpch_queries () |
bool | CoGaDB::printDatabaseSchema () |
bool | CoGaDB::toggleQueryChopping () |
bool | CoGaDB::help () |
bool | CoGaDB::setVariable (const std::string &input) |
bool | CoGaDB::setDefaultDevice (const std::string &input) |
bool | CoGaDB::setDefaultParallelizationModeTwoPhasePhysicalOptimization (const std::string &input) |
bool | CoGaDB::printVariableValue (const std::string &input) |