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

Function table_scan_flags

src/include/access/tableam.h:1312–1318  ·  view source on GitHub ↗

* Return the flags represented the supported features of table AM scan. */

Source from the content-addressed store, hash-verified

1310 * Return the flags represented the supported features of table AM scan.
1311 */
1312static inline uint32
1313table_scan_flags(Relation rel)
1314{
1315 if (rel->rd_tableam->scan_flags)
1316 return rel->rd_tableam->scan_flags(rel);
1317 return 0;
1318}
1319
1320/* ----------------------------------------------------------------------------
1321 * Parallel table scan related functions.

Callers 2

SeqNextFunction · 0.85
ExecInitModifyTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected