OmniSciDB
a5dc49c757
|
#include <ResultSetReductionOps.h>
Public Types | |
enum | Predicate { Predicate::NE, Predicate::EQ } |
Public Member Functions | |
ICmp (const Predicate predicate, const Value *lhs, const Value *rhs, const std::string &label) | |
Predicate | predicate () const |
const Value * | lhs () const |
const Value * | rhs () 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 Predicate | predicate_ |
const Value * | lhs_ |
const Value * | rhs_ |
Definition at line 317 of file ResultSetReductionOps.h.
|
strong |
Enumerator | |
---|---|
NE | |
EQ |
Definition at line 319 of file ResultSetReductionOps.h.
|
inline |
Definition at line 324 of file ResultSetReductionOps.h.
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Implements Instruction.
Definition at line 371 of file ResultSetReductionInterpreter.cpp.
References ReductionInterpreterImpl::runICmp().
|
private |
Definition at line 340 of file ResultSetReductionOps.h.
Referenced by lhs().
|
private |
Definition at line 339 of file ResultSetReductionOps.h.
Referenced by predicate().
|
private |
Definition at line 341 of file ResultSetReductionOps.h.
Referenced by rhs().