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

Go to the source code of this file.

Classes

class  CoGaDB::CompressedColumn< T >
 This class represents a compressed column with type T, is the base class for all compressed typed column classes and allows a uniform handling of compressed columns of a certain type T. More...

Namespaces

namespace  CoGaDB
 

The global namespace of the programming tasks, to avoid name claches with other libraries.


Typedefs

typedef CompressedColumn< int > CoGaDB::CompressedIntegerColumn
typedef CompressedColumn< float > CoGaDB::CompressedFloatColumn
typedef CompressedColumn< double > CoGaDB::CompressedDoubleColumn
typedef CompressedColumn
< std::string > 
CoGaDB::CompressedStringColumn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines