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

Function ExecCopySlotMinimalTuple

src/include/executor/tuptable.h:464–468  ·  view source on GitHub ↗

* ExecCopySlotMinimalTuple - return MinimalTuple allocated in caller's context */

Source from the content-addressed store, hash-verified

462 * ExecCopySlotMinimalTuple - return MinimalTuple allocated in caller's context
463 */
464static inline MinimalTuple
465ExecCopySlotMinimalTuple(TupleTableSlot *slot)
466{
467 return slot->tts_ops->copy_minimal_tuple(slot);
468}
469
470/*
471 * ExecCopySlot - copy one slot's contents into another.

Callers 6

tuplestore_puttupleslotFunction · 0.85
copytup_heapFunction · 0.85
tts_minimal_copyslotFunction · 0.85
cache_lookupFunction · 0.85
cache_store_tupleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected