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

Function plpgsql_ns_top

src/pl/plpgsql/src/pl_funcs.c:80–84  ·  view source on GitHub ↗

---------- * plpgsql_ns_top Fetch the current namespace chain end * ---------- */

Source from the content-addressed store, hash-verified

78 * ----------
79 */
80PLpgSQL_nsitem *
81plpgsql_ns_top(void)
82{
83 return ns_top;
84}
85
86
87/* ----------

Callers 6

add_parameter_nameFunction · 0.85
plpgsql_parse_wordFunction · 0.85
plpgsql_parse_dblwordFunction · 0.85
plpgsql_parse_tripwordFunction · 0.85
plpgsql_parse_wordtypeFunction · 0.85
plpgsql_parse_cwordtypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected