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

Function table_endscan

src/include/access/tableam.h:1194–1198  ·  view source on GitHub ↗

* End relation scan. */

Source from the content-addressed store, hash-verified

1192 * End relation scan.
1193 */
1194static inline void
1195table_endscan(TableScanDesc scan)
1196{
1197 scan->rs_rd->rd_tableam->scan_end(scan);
1198}
1199
1200/*
1201 * Restart a relation scan.

Callers 15

IndexBuildRangeScanMethod · 0.85
CPaxCopyAllTuplesFunction · 0.85
pgstat_heapFunction · 0.85
pgrowlocksFunction · 0.85
DefineQueryRewriteFunction · 0.85
ThereIsAtLeastOneRoleFunction · 0.85
fill_bdi_listFunction · 0.85
currtid_internalFunction · 0.85
acquire_sample_rowsFunction · 0.85
CopyToFunction · 0.85
CopyToDirectoryTableFunction · 0.85
get_all_vacuum_relsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected