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

Function ExecSeqScanReInitializeDSM

src/backend/executor/nodeSeqscan.c:367–375  ·  view source on GitHub ↗

---------------------------------------------------------------- * ExecSeqScanReInitializeDSM * * Reset shared state before beginning a fresh scan. * ---------------------------------------------------------------- */

Source from the content-addressed store, hash-verified

365 * ----------------------------------------------------------------
366 */
367void
368ExecSeqScanReInitializeDSM(SeqScanState *node,
369 ParallelContext *pcxt)
370{
371 ParallelTableScanDesc pscan;
372
373 pscan = node->ss.ss_currentScanDesc->rs_parallel;
374 table_parallelscan_reinitialize(node->ss.ss_currentRelation, pscan);
375}
376
377/* ----------------------------------------------------------------
378 * ExecSeqScanInitializeWorker

Callers 1

Calls 1

Tested by

no test coverage detected