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

Function ExecInitResultTypeTL

src/backend/executor/execTuples.c:1771–1777  ·  view source on GitHub ↗

---------------- * ExecInitResultTypeTL * * Initialize result type, using the plan node's targetlist. * ---------------- */

Source from the content-addressed store, hash-verified

1769 * ----------------
1770 */
1771void
1772ExecInitResultTypeTL(PlanState *planstate)
1773{
1774 TupleDesc tupDesc = ExecTypeFromTL(planstate->plan->targetlist);
1775
1776 planstate->ps_ResultTupleDesc = tupDesc;
1777}
1778
1779/* --------------------------------
1780 * ExecInit{Result,Scan,Extra}TupleSlot[TL]

Callers 15

ExecInitDynamicSeqScanFunction · 0.85
ExecInitTidRangeScanFunction · 0.85
ExecInitRuntimeFilterFunction · 0.85
ExecInitWorkTableScanFunction · 0.85
ExecInitDynamicIndexScanFunction · 0.85
ExecInitCteScanFunction · 0.85
ExecInitSubqueryScanFunction · 0.85

Calls 1

ExecTypeFromTLFunction · 0.85

Tested by

no test coverage detected