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

Function PLy_notice

src/pl/plpython/plpy_plpymodule.c:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314static PyObject *
315PLy_notice(PyObject *self, PyObject *args, PyObject *kw)
316{
317 return PLy_output(NOTICE, self, args, kw);
318}
319
320static PyObject *
321PLy_warning(PyObject *self, PyObject *args, PyObject *kw)

Callers

nothing calls this directly

Calls 1

PLy_outputFunction · 0.85

Tested by

no test coverage detected