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

Function stringToNode

src/backend/nodes/read.c:116–120  ·  view source on GitHub ↗

* Externally visible entry points */

Source from the content-addressed store, hash-verified

114 * Externally visible entry points
115 */
116void *
117stringToNode(const char *str)
118{
119 return stringToNodeInternal(str, false);
120}
121
122#ifdef WRITE_READ_PARSE_PLAN_TREES
123

Callers 15

build_column_defaultFunction · 0.85
fill_extraUpdatedColsFunction · 0.85
RelationBuildRuleLockFunction · 0.85
generate_partition_qualFunction · 0.85
get_typdefaultFunction · 0.85

Calls 1

stringToNodeInternalFunction · 0.85

Tested by

no test coverage detected