Column-oriented GPU-accelerated Database Management System
CoGaDB
|
Go to the source code of this file.
Classes | |
class | CoGaDB::LookupTable |
Namespaces | |
namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
Typedefs | |
typedef std::vector < LookupColumnPtr > | CoGaDB::LookupColumnVector |
typedef shared_pointer_namespace::shared_ptr < LookupColumnVector > | CoGaDB::LookupColumnVectorPtr |
typedef LookupTable::LookupTablePtr | CoGaDB::LookupTablePtr |
Functions | |
const LookupTablePtr | CoGaDB::createLookupTableforUnaryOperation (const std::string &lookup_table_name, const TablePtr table, PositionListPtr ids) |