Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ array_lt
Function
array_lt
src/backend/utils/adt/arrayfuncs.c:3839–3843 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3837
}
3838
3839
Datum
3840
array_lt(PG_FUNCTION_ARGS)
3841
{
3842
PG_RETURN_BOOL(array_cmp(fcinfo) < 0);
3843
}
3844
3845
Datum
3846
array_gt(PG_FUNCTION_ARGS)
Callers
nothing calls this directly
Calls
1
array_cmp
Function · 0.85
Tested by
no test coverage detected