OmniSciDB
a5dc49c757
|
#include <ResultSetReductionOps.h>
Public Member Functions | |
GetElementPtr (const Value *base, const Value *index, const std::string &label) | |
const Value * | base () const |
const Value * | index () 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 * | base_ |
const Value * | index_ |
Definition at line 288 of file ResultSetReductionOps.h.
|
inline |
Definition at line 290 of file ResultSetReductionOps.h.
|
inline |
|
inline |
|
overridevirtual |
Implements Instruction.
Definition at line 363 of file ResultSetReductionInterpreter.cpp.
References ReductionInterpreterImpl::runGetElementPtr().
|
private |
Definition at line 300 of file ResultSetReductionOps.h.
Referenced by base().
|
private |
Definition at line 301 of file ResultSetReductionOps.h.
Referenced by index().