Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <core/table.hpp>
Go to the source code of this file.
Namespaces | |
namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
Functions | |
const TablePtr | CoGaDB::loadTable (const std::string &table_name) |
bool | CoGaDB::storeTable (const TablePtr tab) |
bool | CoGaDB::loadTables () |
std::vector< TablePtr > & | CoGaDB::getGlobalTableList () |
const TablePtr | CoGaDB::getTablebyName (const std::string &name) |