OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ReductionInterpreter::EvalValue Union Reference

#include <ResultSetReductionInterpreter.h>

Public Attributes

int64_t int_val
 
double double_val
 
float float_val
 
const void * ptr
 
void * mutable_ptr
 

Detailed Description

Definition at line 26 of file ResultSetReductionInterpreter.h.

Member Data Documentation

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().

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().


The documentation for this union was generated from the following file: