OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DatumFetchers.h File Reference
#include "sqltypes.h"
+ Include dependency graph for DatumFetchers.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 DatumFetcher
 

Functions

template<typename T >
DatumFetcher::getDatumVal (const Datum &d)
 
template<>
int8_t DatumFetcher::getDatumVal (const Datum &d)
 
template<>
int16_t DatumFetcher::getDatumVal (const Datum &d)
 
template<>
int32_t DatumFetcher::getDatumVal (const Datum &d)
 
template<>
int64_t DatumFetcher::getDatumVal (const Datum &d)
 
template<>
uint8_t DatumFetcher::getDatumVal (const Datum &d)
 
template<>
uint16_t DatumFetcher::getDatumVal (const Datum &d)
 
template<>
float DatumFetcher::getDatumVal (const Datum &d)
 
template<>
double DatumFetcher::getDatumVal (const Datum &d)