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

Function stringToNodeWithLocations

src/backend/nodes/read.c:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122#ifdef WRITE_READ_PARSE_PLAN_TREES
123
124void *
125stringToNodeWithLocations(const char *str)
126{
127 return stringToNodeInternal(str, true);
128}
129
130#endif
131

Callers 2

pg_rewrite_queryFunction · 0.85
pg_plan_queryFunction · 0.85

Calls 1

stringToNodeInternalFunction · 0.85

Tested by

no test coverage detected