Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ anyarray_out
Function
anyarray_out
src/backend/utils/adt/pseudotypes.c:160–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
PSEUDOTYPE_DUMMY_RECEIVE_FUNC(anyarray);
159
160
Datum
161
anyarray_out(PG_FUNCTION_ARGS)
162
{
163
return array_out(fcinfo);
164
}
165
166
Datum
167
anyarray_send(PG_FUNCTION_ARGS)
Callers
nothing calls this directly
Calls
1
array_out
Function · 0.85
Tested by
no test coverage detected