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

Function scanNameSpaceForENR

src/backend/parser/parse_relation.c:320–324  ·  view source on GitHub ↗

* Search the query's ephemeral named relation namespace for a relation * matching the given unqualified refname. */

Source from the content-addressed store, hash-verified

318 * matching the given unqualified refname.
319 */
320bool
321scanNameSpaceForENR(ParseState *pstate, const char *refname)
322{
323 return name_matches_visible_ENR(pstate, refname);
324}
325
326/*
327 * searchRangeTableForRel

Callers 3

searchRangeTableForRelFunction · 0.85
setTargetTableFunction · 0.85

Calls 1

name_matches_visible_ENRFunction · 0.85

Tested by

no test coverage detected