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

Function RelationSupportPrefetch

src/backend/executor/nodeBitmapHeapscan.c:80–84  ·  view source on GitHub ↗

* Other non-heap table access method may use bitmap scan, * the prefetch will not work for them if they have * non-standard page-based storage. */

Source from the content-addressed store, hash-verified

78 * non-standard page-based storage.
79 */
80static inline bool
81RelationSupportPrefetch(Relation rel)
82{
83 return RelationIsHeap(rel);
84}
85
86/*
87 * Free the state relevant to bitmaps

Callers 1

BitmapHeapNextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected