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

Function ExecGetJunkAttribute

src/include/executor/executor.h:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 */
198#ifndef FRONTEND
199static inline Datum
200ExecGetJunkAttribute(TupleTableSlot *slot, AttrNumber attno, bool *isNull)
201{
202 Assert(attno > 0);
203 return slot_getattr(slot, attno, isNull);
204}
205#endif
206
207/*

Callers 5

execute_foreign_modifyFunction · 0.85
EvalPlanQualFetchRowMarkFunction · 0.85
ExecModifyTableFunction · 0.85
getCurrentOfFunction · 0.85
ExecLockRowsFunction · 0.85

Calls 1

slot_getattrFunction · 0.85

Tested by

no test coverage detected