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

Function array_le

src/backend/utils/adt/arrayfuncs.c:3851–3855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3849}
3850
3851Datum
3852array_le(PG_FUNCTION_ARGS)
3853{
3854 PG_RETURN_BOOL(array_cmp(fcinfo) <= 0);
3855}
3856
3857Datum
3858array_ge(PG_FUNCTION_ARGS)

Callers

nothing calls this directly

Calls 1

array_cmpFunction · 0.85

Tested by

no test coverage detected