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

#include <generate_constant_column_operator.hpp>

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

List of all members.

Public Types

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

Public Member Functions

 GPU_AddConstantValueColumn_Operator (const hype::SchedulingDecision &sched_dec, TypedOperatorPtr child, const std::string &col_name, AttributeType type, const boost::any &value)
virtual bool execute ()
virtual ~GPU_AddConstantValueColumn_Operator ()

Private Attributes

std::string col_name_
AttributeType type_
boost::any value_

Member Typedef Documentation


Constructor & Destructor Documentation

CoGaDB::query_processing::physical_operator::GPU_AddConstantValueColumn_Operator::GPU_AddConstantValueColumn_Operator ( const hype::SchedulingDecision sched_dec,
TypedOperatorPtr  child,
const std::string &  col_name,
AttributeType  type,
const boost::any &  value 
) [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