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

Function Int64GetDatumFast

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

Source from the content-addressed store, hash-verified

508static inline int64 DatumGetInt64(Datum d) { return (int64) d; }
509static inline Datum Int64GetDatum(int64 i64) { return (Datum) i64; }
510static inline Datum Int64GetDatumFast(int64 x) { return Int64GetDatum(x); }
511
512/*
513 * DatumGetUInt64

Callers 9

interval_hashFunction · 0.85
interval_hash_extendedFunction · 0.85
timetz_hashFunction · 0.85
timetz_hash_extendedFunction · 0.85
int2int4_sumFunction · 0.85
pg_prepared_statementFunction · 0.85
DefineSequenceFunction · 0.85
FunctionNext_gutsFunction · 0.85

Calls 1

Int64GetDatumFunction · 0.70

Tested by

no test coverage detected