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

Function table_rescan

src/include/access/tableam.h:1203–1208  ·  view source on GitHub ↗

* Restart a relation scan. */

Source from the content-addressed store, hash-verified

1201 * Restart a relation scan.
1202 */
1203static inline void
1204table_rescan(TableScanDesc scan,
1205 struct ScanKeyData *key)
1206{
1207 scan->rs_rd->rd_tableam->scan_rescan(scan, key, false, false, false, false);
1208}
1209
1210/*
1211 * Restart a relation scan after changing params.

Callers 4

RelationFindReplTupleSeqFunction · 0.85
ExecReScanSeqScanFunction · 0.85
ExecReScanBitmapHeapScanFunction · 0.85
ExecReScanTidScanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected