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

Function enum_cmp

src/backend/utils/adt/enum.c:371–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371Datum
372enum_cmp(PG_FUNCTION_ARGS)
373{
374 Oid a = PG_GETARG_OID(0);
375 Oid b = PG_GETARG_OID(1);
376
377 PG_RETURN_INT32(enum_cmp_internal(a, b, fcinfo));
378}
379
380/* Enum programming support functions */
381

Callers

nothing calls this directly

Calls 1

enum_cmp_internalFunction · 0.85

Tested by

no test coverage detected