MCPcopy 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
166Datum
167anyarray_send(PG_FUNCTION_ARGS)
168{
169 return array_send(fcinfo);
170}
171
172/*
173 * anycompatiblearray

Callers

nothing calls this directly

Calls 1

array_sendFunction · 0.85

Tested by

no test coverage detected