Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <core/compressed_column.hpp>
#include <sstream>
#include <string>
#include <fstream>
#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::RLECompressedColumn< T > |
Namespaces | |
namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
Functions | |
std::string | CoGaDB::rle_encode_string (const std::string s) |