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

Function PLy_log

src/pl/plpython/plpy_plpymodule.c:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302static PyObject *
303PLy_log(PyObject *self, PyObject *args, PyObject *kw)
304{
305 return PLy_output(LOG, self, args, kw);
306}
307
308static PyObject *
309PLy_info(PyObject *self, PyObject *args, PyObject *kw)

Callers

nothing calls this directly

Calls 1

PLy_outputFunction · 0.85

Tested by

no test coverage detected