Column-oriented GPU-accelerated Database Management System
CoGaDB
CoGaDB::query_processing::physical_operator::GPU_Projection_Operator Class Reference

#include <projection_operator.hpp>

Inheritance diagram for CoGaDB::query_processing::physical_operator::GPU_Projection_Operator:
Collaboration diagram for CoGaDB::query_processing::physical_operator::GPU_Projection_Operator:

List of all members.

Public Types

typedef
hype::queryprocessing::OperatorMapper_Helper_Template
< TablePtr >::TypedOperatorPtr 
TypedOperatorPtr

Public Member Functions

 GPU_Projection_Operator (const hype::SchedulingDecision &sched_dec, TypedOperatorPtr child, const std::list< std::string > &columns_to_select, MaterializationStatus mat_stat=MATERIALIZE)
virtual bool execute ()
virtual ~GPU_Projection_Operator ()

Private Attributes

std::list< std::string > columns_to_select_
MaterializationStatus mat_stat_

Member Typedef Documentation


Constructor & Destructor Documentation

CoGaDB::query_processing::physical_operator::GPU_Projection_Operator::GPU_Projection_Operator ( const hype::SchedulingDecision sched_dec,
TypedOperatorPtr  child,
const std::list< std::string > &  columns_to_select,
MaterializationStatus  mat_stat = MATERIALIZE 
) [inline]

Member Function Documentation


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines