Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ anyarray_send
Function
anyarray_send
src/backend/utils/adt/pseudotypes.c:166–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
Datum
167
anyarray_send(PG_FUNCTION_ARGS)
168
{
169
return array_send(fcinfo);
170
}
171
172
/*
173
* anycompatiblearray
Callers
nothing calls this directly
Calls
1
array_send
Function · 0.85
Tested by
no test coverage detected