![]() |
Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#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>
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' |