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

Function table_parallelscan_reinitialize

src/include/access/tableam.h:1356–1360  ·  view source on GitHub ↗

* Restart a parallel scan. Call this in the leader process. Caller is * responsible for making sure that all workers have finished the scan * beforehand. */

Source from the content-addressed store, hash-verified

1354 * beforehand.
1355 */
1356static inline void
1357table_parallelscan_reinitialize(Relation rel, ParallelTableScanDesc pscan)
1358{
1359 rel->rd_tableam->parallelscan_reinitialize(rel, pscan);
1360}
1361
1362
1363/* ----------------------------------------------------------------------------

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected