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

Function plpython2_inline_handler

src/pl/plpython/plpy_main.c:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416
417#if PY_MAJOR_VERSION < 3
418Datum
419plpython2_inline_handler(PG_FUNCTION_ARGS)
420{
421 return plpython_inline_handler(fcinfo);
422}
423#endif /* PY_MAJOR_VERSION < 3 */
424
425static bool

Callers

nothing calls this directly

Calls 1

plpython_inline_handlerFunction · 0.85

Tested by

no test coverage detected