taco-db  0.1.0
Public Attributes | List of all members
taco::datum_impl::DatumFloatConversion Union Reference

Note from PostgreSQL: Float <-> Datum conversions. More...

#include <base/datum.h>

Public Attributes

int32_t int32_v
 
float float_v
 

Detailed Description

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.

Member Data Documentation

◆ float_v

float taco::datum_impl::DatumFloatConversion::float_v

◆ int32_v

int32_t taco::datum_impl::DatumFloatConversion::int32_v

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