Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/cogadb/include/compression/bit_vector_compressed_column.hpp File Reference
#include <iostream>
#include <core/compressed_column.hpp>
#include <map>
#include <string>
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/serialization/map.hpp>
Include dependency graph for bit_vector_compressed_column.hpp:

Go to the source code of this file.

Classes

class  CoGaDB::BitVectorCompressedColumn< T >
 This class represents a bit vector compressed column with type T, is the base class for all compressed typed column classes. More...

Namespaces

namespace  CoGaDB
 

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


Typedefs

typedef std::string CoGaDB::sstring

Variables

const char CoGaDB::one = '1'
const char CoGaDB::zero = '0'
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines