MCPcopy 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

158PSEUDOTYPE_DUMMY_RECEIVE_FUNC(anyarray);
159
160Datum
161anyarray_out(PG_FUNCTION_ARGS)
162{
163 return array_out(fcinfo);
164}
165
166Datum
167anyarray_send(PG_FUNCTION_ARGS)

Callers

nothing calls this directly

Calls 1

array_outFunction · 0.85

Tested by

no test coverage detected