OmniSciDB
a5dc49c757
|
Definitions for core Datum union type. More...
Go to the source code of this file.
Classes | |
struct | StringView |
struct | VarlenDatum |
union | Datum |
Functions | |
template<typename T > | |
Datum | make_datum (T val) |
Datum make_datum | ( | T | val | ) |
Definition at line 86 of file Datum.h.
References Datum::arrayval, Datum::bigintval, Datum::boolval, Datum::doubleval, Datum::floatval, Datum::intval, Datum::smallintval, Datum::stringval, and Datum::tinyintval.