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

Function PLy_error

src/pl/plpython/plpy_plpymodule.c:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326static PyObject *
327PLy_error(PyObject *self, PyObject *args, PyObject *kw)
328{
329 return PLy_output(ERROR, self, args, kw);
330}
331
332static PyObject *
333PLy_fatal(PyObject *self, PyObject *args, PyObject *kw)

Callers

nothing calls this directly

Calls 1

PLy_outputFunction · 0.85

Tested by

no test coverage detected