OmniSciDB
a5dc49c757
|
Functions | |
template<typename T > | |
T | getDatumVal (const Datum &d) |
template<> | |
int8_t | getDatumVal (const Datum &d) |
template<> | |
int16_t | getDatumVal (const Datum &d) |
template<> | |
int32_t | getDatumVal (const Datum &d) |
template<> | |
int64_t | getDatumVal (const Datum &d) |
template<> | |
uint8_t | getDatumVal (const Datum &d) |
template<> | |
uint16_t | getDatumVal (const Datum &d) |
template<> | |
float | getDatumVal (const Datum &d) |
template<> | |
double | getDatumVal (const Datum &d) |
|
inline |
Definition at line 27 of file DatumFetchers.h.
References Datum::bigintval, Datum::doubleval, Datum::floatval, Datum::intval, Datum::smallintval, and Datum::tinyintval.
|
inline |
Definition at line 27 of file DatumFetchers.h.
References Datum::tinyintval.
|
inline |
Definition at line 32 of file DatumFetchers.h.
References Datum::smallintval.
|
inline |
Definition at line 37 of file DatumFetchers.h.
References Datum::intval.
|
inline |
Definition at line 42 of file DatumFetchers.h.
References Datum::bigintval.
|
inline |
Definition at line 47 of file DatumFetchers.h.
References Datum::tinyintval.
|
inline |
Definition at line 52 of file DatumFetchers.h.
References Datum::smallintval.
|
inline |
Definition at line 57 of file DatumFetchers.h.
References Datum::floatval.
|
inline |
Definition at line 62 of file DatumFetchers.h.
References Datum::doubleval.