Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
void *
125
stringToNodeWithLocations(const char *str)
126
{
127
return stringToNodeInternal(str, true);
128
}
129
130
#endif
131
Callers
2
pg_rewrite_query
Function · 0.85
pg_plan_query
Function · 0.85
Calls
1
stringToNodeInternal
Function · 0.85
Tested by
no test coverage detected