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

Function ExecAssignScanProjectionInfoWithVarno

src/backend/executor/execScan.c:299–305  ·  view source on GitHub ↗

* ExecAssignScanProjectionInfoWithVarno * As above, but caller can specify varno expected in Vars in the tlist. */

Source from the content-addressed store, hash-verified

297 * As above, but caller can specify varno expected in Vars in the tlist.
298 */
299void
300ExecAssignScanProjectionInfoWithVarno(ScanState *node, Index varno)
301{
302 TupleDesc tupdesc = node->ss_ScanTupleSlot->tts_tupleDescriptor;
303
304 ExecConditionalAssignProjectionInfo(&node->ps, tupdesc, varno);
305}
306
307/*
308 * ExecScanReScan

Callers 3

ExecInitCustomScanFunction · 0.85

Tested by

no test coverage detected