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

Function PLy_info

src/pl/plpython/plpy_plpymodule.c:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308static PyObject *
309PLy_info(PyObject *self, PyObject *args, PyObject *kw)
310{
311 return PLy_output(INFO, self, args, kw);
312}
313
314static PyObject *
315PLy_notice(PyObject *self, PyObject *args, PyObject *kw)

Callers

nothing calls this directly

Calls 1

PLy_outputFunction · 0.85

Tested by

no test coverage detected