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

Method NodeToString

src/backend/gpopt/gpdbwrappers.cpp:1540–1549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1538}
1539
1540char *
1541gpdb::NodeToString(void *obj)
1542{
1543 GP_WRAP_START;
1544 {
1545 return nodeToString(obj);
1546 }
1547 GP_WRAP_END;
1548 return nullptr;
1549}
1550
1551Node *
1552gpdb::GetTypeDefault(Oid typid)

Callers

nothing calls this directly

Calls 1

nodeToStringFunction · 0.85

Tested by

no test coverage detected