Column-oriented GPU-accelerated Database Management System
CoGaDB
|
Go to the source code of this file.
Classes | |
class | CoGaDB::Table |
Namespaces | |
namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
Typedefs | |
typedef shared_pointer_namespace::shared_ptr < Table > | CoGaDB::MaterializedTablePtr |
Functions | |
const TableSchema | CoGaDB::mergeTableSchemas (const TableSchema &schema1, const std::string &join_attributname_table1, const TableSchema &schema2, const std::string &join_attributname_table2) |