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

Function ExecClearTuple

src/include/executor/tuptable.h:426–432  ·  view source on GitHub ↗

* ExecClearTuple - clear the slot's contents */

Source from the content-addressed store, hash-verified

424 * ExecClearTuple - clear the slot's contents
425 */
426static inline TupleTableSlot *
427ExecClearTuple(TupleTableSlot *slot)
428{
429 slot->tts_ops->clear(slot);
430
431 return slot;
432}
433
434/* ExecMaterializeSlot - force a slot into the "materialized" state.
435 *

Callers 15

get_returning_dataFunction · 0.85
apply_returning_filterFunction · 0.85
fileIterateForeignScanFunction · 0.85
ReadTupleMethod · 0.85
FetchTupleMethod · 0.85
ScanAnalyzeNextTupleMethod · 0.85
MakeZOrderTupleSlotMethod · 0.85
GetNextTupleMethod · 0.85
GetSortedDataMethod · 0.85
ExecClearTupleMethod · 0.85

Calls 1

clearMethod · 0.80