OmniSciDB
a5dc49c757
|
#include <ResultSetReductionOps.h>
Public Types | |
enum | CastOp { CastOp::Trunc, CastOp::SExt, CastOp::BitCast } |
Public Member Functions | |
Cast (const CastOp op, const Value *source, const Type type, const std::string &label) | |
CastOp | op () const |
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 CastOp | op_ |
const Value * | source_ |
Definition at line 371 of file ResultSetReductionOps.h.
|
strong |
Enumerator | |
---|---|
Trunc | |
SExt | |
BitCast |
Definition at line 373 of file ResultSetReductionOps.h.
|
inline |
Definition at line 379 of file ResultSetReductionOps.h.
|
inline |
|
overridevirtual |
Implements Instruction.
Definition at line 379 of file ResultSetReductionInterpreter.cpp.
References ReductionInterpreterImpl::runCast().
|
inline |
|
private |
Definition at line 389 of file ResultSetReductionOps.h.
Referenced by op().
|
private |
Definition at line 390 of file ResultSetReductionOps.h.
Referenced by source().