OmniSciDB
a5dc49c757
|
#include <ResultSetReductionOps.h>
Public Member Functions | |
Ret (const Value *value) | |
Ret () | |
const Value * | value () const |
void | run (ReductionInterpreterImpl *interpreter) override |
Public Member Functions inherited from Instruction | |
Instruction (const Type type, const std::string &label) | |
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 |
Private Attributes | |
const Value * | value_ |
Definition at line 393 of file ResultSetReductionOps.h.
|
inline |
Definition at line 395 of file ResultSetReductionOps.h.
|
inline |
Definition at line 397 of file ResultSetReductionOps.h.
|
overridevirtual |
Implements Instruction.
Definition at line 383 of file ResultSetReductionInterpreter.cpp.
References ReductionInterpreterImpl::runRet().
|
inline |
|
private |
Definition at line 404 of file ResultSetReductionOps.h.
Referenced by value().