Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ array_ne
Function
array_ne
src/backend/utils/adt/arrayfuncs.c:3833–3837 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3831
*/
3832
3833
Datum
3834
array_ne(PG_FUNCTION_ARGS)
3835
{
3836
PG_RETURN_BOOL(!DatumGetBool(array_eq(fcinfo)));
3837
}
3838
3839
Datum
3840
array_lt(PG_FUNCTION_ARGS)
Callers
nothing calls this directly
Calls
2
DatumGetBool
Function · 0.85
array_eq
Function · 0.85
Tested by
no test coverage detected