Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <core/table.hpp>
#include <core/runtime_configuration.hpp>
#include <iostream>
#include <fstream>
#include <boost/filesystem.hpp>
#include <boost/any.hpp>
#include <boost/tokenizer.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/thread.hpp>
#include <boost/bind.hpp>
#include <util/filesystem.hpp>
#include <util/time_measurement.hpp>
#include <util/iostream.hpp>
Namespaces | |
namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. |