MCPcopy Create free account
hub / github.com/apache/cloudberry / anycompatiblearray_out

Function anycompatiblearray_out

src/backend/utils/adt/pseudotypes.c:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178PSEUDOTYPE_DUMMY_RECEIVE_FUNC(anycompatiblearray);
179
180Datum
181anycompatiblearray_out(PG_FUNCTION_ARGS)
182{
183 return array_out(fcinfo);
184}
185
186Datum
187anycompatiblearray_send(PG_FUNCTION_ARGS)

Callers

nothing calls this directly

Calls 1

array_outFunction · 0.85

Tested by

no test coverage detected