Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ array_ge
Function
array_ge
src/backend/utils/adt/arrayfuncs.c:3857–3861 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3855
}
3856
3857
Datum
3858
array_ge(PG_FUNCTION_ARGS)
3859
{
3860
PG_RETURN_BOOL(array_cmp(fcinfo) >= 0);
3861
}
3862
3863
Datum
3864
btarraycmp(PG_FUNCTION_ARGS)
Callers
nothing calls this directly
Calls
1
array_cmp
Function · 0.85
Tested by
no test coverage detected