Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ btarraycmp
Function
btarraycmp
src/backend/utils/adt/arrayfuncs.c:3863–3867 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3861
}
3862
3863
Datum
3864
btarraycmp(PG_FUNCTION_ARGS)
3865
{
3866
PG_RETURN_INT32(array_cmp(fcinfo));
3867
}
3868
3869
/*
3870
* array_cmp()
Callers
nothing calls this directly
Calls
1
array_cmp
Function · 0.85
Tested by
no test coverage detected