taco-db
0.1.0
|
Note from PostgreSQL: Float <-> Datum conversions. More...
#include <base/datum.h>
Public Attributes | |
int32_t | int32_v |
float | float_v |
Note from PostgreSQL: Float <-> Datum conversions.
These have to be implemented as inline functions rather than macros, when passing by value, because many machines pass int and float function parameters/results differently; so we need to play weird games with unions.
float taco::datum_impl::DatumFloatConversion::float_v |
int32_t taco::datum_impl::DatumFloatConversion::int32_v |