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

Function PLy_plan_cursor

src/pl/plpython/plpy_planobject.c:90–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90static PyObject *
91PLy_plan_cursor(PyObject *self, PyObject *args)
92{
93 PyObject *planargs = NULL;
94
95 if (!PyArg_ParseTuple(args, "|O", &planargs))
96 return NULL;
97
98 return PLy_cursor_plan(self, planargs);
99}
100
101
102static PyObject *

Callers

nothing calls this directly

Calls 1

PLy_cursor_planFunction · 0.85

Tested by

no test coverage detected