Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/cogadb/src/query_processing/sort_operator.cpp File Reference
Include dependency graph for sort_operator.cpp:

Namespaces

namespace  CoGaDB
 

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


namespace  CoGaDB::query_processing
namespace  CoGaDB::query_processing::physical_operator

Functions

TypedOperatorPtr CoGaDB::query_processing::physical_operator::create_CPU_SORT_Operator (TypedLogicalNode &logical_node, const hype::SchedulingDecision &, TypedOperatorPtr left_child, TypedOperatorPtr right_child)
TypedOperatorPtr CoGaDB::query_processing::physical_operator::create_GPU_SORT_Operator (TypedLogicalNode &logical_node, const hype::SchedulingDecision &, TypedOperatorPtr left_child, TypedOperatorPtr right_child)
Physical_Operator_Map_Ptr CoGaDB::query_processing::physical_operator::map_init_function_sort_operator ()
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines