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

Function is_PLyPlanObject

src/pl/plpython/plpy_planobject.c:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool
66is_PLyPlanObject(PyObject *ob)
67{
68 return ob->ob_type == &PLy_PlanType;
69}
70
71static void
72PLy_plan_dealloc(PyObject *arg)

Callers 1

PLy_spi_executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected