OmniSciDB
a5dc49c757
|
#include <ResultSetReductionOps.h>
Public Member Functions | |
Load (const Value *source, const std::string &label) | |
const Value * | source () 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 * | source_ |
Definition at line 304 of file ResultSetReductionOps.h.
|
inline |
Definition at line 306 of file ResultSetReductionOps.h.
|
overridevirtual |
Implements Instruction.
Definition at line 367 of file ResultSetReductionInterpreter.cpp.
References ReductionInterpreterImpl::runLoad().
|
inline |
|
private |
Definition at line 314 of file ResultSetReductionOps.h.
Referenced by source().