Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ anycompatiblearray_send
Function
anycompatiblearray_send
src/backend/utils/adt/pseudotypes.c:186–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
Datum
187
anycompatiblearray_send(PG_FUNCTION_ARGS)
188
{
189
return array_send(fcinfo);
190
}
191
192
/*
193
* anyenum
Callers
nothing calls this directly
Calls
1
array_send
Function · 0.85
Tested by
no test coverage detected