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

Function PLy_fatal

src/pl/plpython/plpy_plpymodule.c:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332static PyObject *
333PLy_fatal(PyObject *self, PyObject *args, PyObject *kw)
334{
335 return PLy_output(FATAL, self, args, kw);
336}
337
338static PyObject *
339PLy_quote_literal(PyObject *self, PyObject *args)

Callers

nothing calls this directly

Calls 1

PLy_outputFunction · 0.85

Tested by

no test coverage detected