OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Instruction Class Referenceabstract

#include <ResultSetReductionOps.h>

+ Inheritance diagram for Instruction:
+ Collaboration diagram for Instruction:

Public Member Functions

 Instruction (const Type type, const std::string &label)
 
virtual void run (ReductionInterpreterImpl *interpreter)=0
 
- Public Member Functions inherited from Value
 Value (const Type type, const std::string &label)
 
Type type () const
 
size_t id () const
 
const std::string & label () const
 
virtual ~Value ()=default
 

Detailed Description

Definition at line 222 of file ResultSetReductionOps.h.

Constructor & Destructor Documentation

Instruction::Instruction ( const Type  type,
const std::string &  label 
)
inline

Definition at line 224 of file ResultSetReductionOps.h.

224 : Value(type, label) {}
const std::string & label() const
Type type() const
Value(const Type type, const std::string &label)

Member Function Documentation

virtual void Instruction::run ( ReductionInterpreterImpl interpreter)
pure virtual

The documentation for this class was generated from the following file: