Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <core/column_base_typed.hpp>
#include <iostream>
#include <fstream>
#include <stdint.h>
#include <gpu/gpu_base_column.hpp>
#include <util/begin_ptr.hpp>
#include <hardware_optimizations/simd_acceleration.hpp>
Go to the source code of this file.
Classes | |
class | CoGaDB::Column< T > |
struct | CoGaDB::Column< T >::Type_TID_Comparator |
Namespaces | |
namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. |