Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
bool
66
is_PLyPlanObject(PyObject *ob)
67
{
68
return ob->ob_type == &PLy_PlanType;
69
}
70
71
static void
72
PLy_plan_dealloc(PyObject *arg)
Callers
1
PLy_spi_execute
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected