Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/cogadb/include/core/table.hpp File Reference
#include <core/global_definitions.hpp>
#include <core/base_table.hpp>
Include dependency graph for table.hpp:
This graph shows which files directly or indirectly include this file:

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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines