MCPcopy 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
186Datum
187anycompatiblearray_send(PG_FUNCTION_ARGS)
188{
189 return array_send(fcinfo);
190}
191
192/*
193 * anyenum

Callers

nothing calls this directly

Calls 1

array_sendFunction · 0.85

Tested by

no test coverage detected