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

Method GetTypeDefault

src/backend/gpopt/gpdbwrappers.cpp:1551–1561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1549}
1550
1551Node *
1552gpdb::GetTypeDefault(Oid typid)
1553{
1554 GP_WRAP_START;
1555 {
1556 /* catalog tables: pg_type */
1557 return get_typdefault(typid);
1558 }
1559 GP_WRAP_END;
1560 return nullptr;
1561}
1562
1563
1564double

Callers

nothing calls this directly

Calls 1

get_typdefaultFunction · 0.85

Tested by

no test coverage detected