MCPcopy Create free account
hub / github.com/apache/cloudberry / DatumGetFloat8

Function DatumGetFloat8

src/include/postgres.h:580–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578#endif
579
580static inline float8 DatumGetFloat8(Datum d) { Datum_U du; du.d = d; return du.f8; }
581static inline Datum Float8GetDatum(float8 f) { Datum_U du; du.f8 = f; return du.d; }
582static inline Datum Float8GetDatumFast(float8 f) { return Float8GetDatum(f); }
583

Callers 15

g_cube_distanceFunction · 0.85
gbt_numeric_penaltyFunction · 0.85
gbt_num_compressFunction · 0.85
manifestvalue_to_jsonFunction · 0.85
DatumToFloat8Function · 0.85
formatter_exportFunction · 0.85
PLyFloat_FromFloat8Function · 0.85
call_subtype_diffFunction · 0.85
compute_range_statsFunction · 0.85
pg_cpowFunction · 0.85

Calls

no outgoing calls

Tested by 1

pt_in_widgetFunction · 0.68