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

#include <column_comparator.hpp>

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

List of all members.

Public Types

typedef
column_processing::cpu::TypedOperatorPtr 
TypedOperatorPtr

Public Member Functions

 ColumnComparatorOperation (const hype::SchedulingDecision &sched_dec, TypedOperatorPtr left_child, TypedOperatorPtr right_child, Predicate op, MaterializationStatus mat_stat=MATERIALIZE)
virtual bool execute ()
virtual ~ColumnComparatorOperation ()

Private Attributes

Predicate op_
MaterializationStatus mat_stat_

Member Typedef Documentation


Constructor & Destructor Documentation


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