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

Function ExecCleanTypeFromTL

src/backend/executor/execTuples.c:1966–1970  ·  view source on GitHub ↗

---------------------------------------------------------------- * ExecCleanTypeFromTL * * Same as above, but resjunk columns are omitted from the result. * ---------------------------------------------------------------- */

Source from the content-addressed store, hash-verified

1964 * ----------------------------------------------------------------
1965 */
1966TupleDesc
1967ExecCleanTypeFromTL(List *targetList)
1968{
1969 return ExecTypeFromTLInternal(targetList, true);
1970}
1971
1972static TupleDesc
1973ExecTypeFromTLInternal(List *targetList, bool skipjunk)

Callers 5

PortalStartFunction · 0.85
ExecInitJunkFilterFunction · 0.85
project_describeFunction · 0.85
GppcTFInputDescFunction · 0.85

Calls 1

ExecTypeFromTLInternalFunction · 0.85

Tested by 1

project_describeFunction · 0.68