OmniSciDB
a5dc49c757
|
#include <ResultSetReductionInterpreter.h>
Public Attributes | |
int64_t | int_val |
double | double_val |
float | float_val |
const void * | ptr |
void * | mutable_ptr |
Definition at line 26 of file ResultSetReductionInterpreter.h.
double ReductionInterpreter::EvalValue::double_val |
Definition at line 28 of file ResultSetReductionInterpreter.h.
Referenced by ReductionInterpreter::MakeEvalValue().
float ReductionInterpreter::EvalValue::float_val |
Definition at line 29 of file ResultSetReductionInterpreter.h.
Referenced by ReductionInterpreter::MakeEvalValue().
int64_t ReductionInterpreter::EvalValue::int_val |
Definition at line 27 of file ResultSetReductionInterpreter.h.
Referenced by ReductionInterpreter::MakeEvalValue(), anonymous_namespace{ResultSetReduction.cpp}::run_reduction_code(), and write_stub_result_int().
void* ReductionInterpreter::EvalValue::mutable_ptr |
Definition at line 31 of file ResultSetReductionInterpreter.h.
Referenced by ReductionInterpreterImpl::runAlloca().
const void* ReductionInterpreter::EvalValue::ptr |
Definition at line 30 of file ResultSetReductionInterpreter.h.
Referenced by ReductionInterpreter::MakeEvalValue().