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

Function plpython2_call_handler

src/pl/plpython/plpy_main.c:334–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332
333#if PY_MAJOR_VERSION < 3
334Datum
335plpython2_call_handler(PG_FUNCTION_ARGS)
336{
337 return plpython_call_handler(fcinfo);
338}
339#endif /* PY_MAJOR_VERSION < 3 */
340
341Datum

Callers

nothing calls this directly

Calls 1

plpython_call_handlerFunction · 0.85

Tested by

no test coverage detected