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

Function ExecInitResultTupleSlotTL

src/backend/executor/execTuples.c:1815–1821  ·  view source on GitHub ↗

---------------- * ExecInitResultTupleSlotTL * * Initialize result tuple slot, using the plan node's targetlist. * ---------------- */

Source from the content-addressed store, hash-verified

1813 * ----------------
1814 */
1815void
1816ExecInitResultTupleSlotTL(PlanState *planstate,
1817 const TupleTableSlotOps *tts_ops)
1818{
1819 ExecInitResultTypeTL(planstate);
1820 ExecInitResultSlot(planstate, tts_ops);
1821}
1822
1823/* ----------------
1824 * ExecInitScanTupleSlot

Callers 15

ExecInitSetOpFunction · 0.85
ExecInitShareInputScanFunction · 0.85
ExecInitUniqueFunction · 0.85
ExecInitMotionFunction · 0.85
ExecInitMergeJoinFunction · 0.85
ExecInitWindowAggFunction · 0.85
ExecInitAssertOpFunction · 0.85
ExecInitHashFunction · 0.85
ExecInitCustomScanFunction · 0.85
ExecInitProjectSetFunction · 0.85
ExecInitResultFunction · 0.85
ExecInitMergeAppendFunction · 0.85

Calls 2

ExecInitResultTypeTLFunction · 0.85
ExecInitResultSlotFunction · 0.85

Tested by

no test coverage detected