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

Function enum_le

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

Source from the content-addressed store, hash-verified

306}
307
308Datum
309enum_le(PG_FUNCTION_ARGS)
310{
311 Oid a = PG_GETARG_OID(0);
312 Oid b = PG_GETARG_OID(1);
313
314 PG_RETURN_BOOL(enum_cmp_internal(a, b, fcinfo) <= 0);
315}
316
317Datum
318enum_eq(PG_FUNCTION_ARGS)

Callers

nothing calls this directly

Calls 1

enum_cmp_internalFunction · 0.85

Tested by

no test coverage detected