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

Function ExecTypeFromTL

src/backend/executor/execTuples.c:1954–1958  ·  view source on GitHub ↗

---------------------------------------------------------------- * ExecTypeFromTL * * Generate a tuple descriptor for the result tuple of a targetlist. * (A parse/plan tlist must be passed, not an ExprState tlist.) * Note that resjunk columns, if any, are included in the result. * * Currently there are about 4 different places where we create * TupleDescriptors. They should all be m

Source from the content-addressed store, hash-verified

1952 * ----------------------------------------------------------------
1953 */
1954TupleDesc
1955ExecTypeFromTL(List *targetList)
1956{
1957 return ExecTypeFromTLInternal(targetList, false);
1958}
1959
1960/* ----------------------------------------------------------------
1961 * ExecCleanTypeFromTL

Callers 9

ordered_set_startupFunction · 0.85
ExecInitResultTypeTLFunction · 0.85
ExecInitCustomScanFunction · 0.85
ExecInitSplitUpdateFunction · 0.85
find_hash_columnsFunction · 0.85
ExecInitSubPlanFunction · 0.85

Calls 1

ExecTypeFromTLInternalFunction · 0.85

Tested by

no test coverage detected