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

Function ExecFindJunkAttribute

src/backend/executor/execJunk.c:221–225  ·  view source on GitHub ↗

* ExecFindJunkAttribute * * Locate the specified junk attribute in the junk filter's targetlist, * and return its resno. Returns InvalidAttrNumber if not found. */

Source from the content-addressed store, hash-verified

219 * and return its resno. Returns InvalidAttrNumber if not found.
220 */
221AttrNumber
222ExecFindJunkAttribute(JunkFilter *junkfilter, const char *attrName)
223{
224 return ExecFindJunkAttributeInTlist(junkfilter->jf_targetList, attrName);
225}
226
227/*
228 * ExecFindJunkAttributeInTlist

Callers 1

getCurrentOfFunction · 0.85

Calls 1

Tested by

no test coverage detected