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

Function ExecCopySlotHeapTuple

src/include/executor/tuptable.h:453–459  ·  view source on GitHub ↗

* ExecCopySlotHeapTuple - return HeapTuple allocated in caller's context */

Source from the content-addressed store, hash-verified

451 * ExecCopySlotHeapTuple - return HeapTuple allocated in caller's context
452 */
453static inline HeapTuple
454ExecCopySlotHeapTuple(TupleTableSlot *slot)
455{
456 Assert(!TTS_EMPTY(slot));
457
458 return slot->tts_ops->copy_heap_tuple(slot);
459}
460
461/*
462 * ExecCopySlotMinimalTuple - return MinimalTuple allocated in caller's context

Callers 13

acquire_sample_rowsFunction · 0.85
aoco_acquire_sample_rowsFunction · 0.85
setop_retrieve_directFunction · 0.85
spi_printtupFunction · 0.85
tts_heap_copyslotFunction · 0.85
tts_buffer_heap_copyslotFunction · 0.85
AnyTable_GetNextTupleFunction · 0.85
reorderqueue_pushFunction · 0.85
agg_retrieve_directFunction · 0.85
ExecScanSubPlanFunction · 0.85
ExecSetParamPlanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected