Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ Scan
Class
Scan
src/include/nodes/plannodes.h:554–558 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
* ==========
553
*/
554
typedef struct Scan
555
{
556
Plan plan;
557
Index scanrelid; /* relid is index into the range table */
558
} Scan;
559
560
/* ----------------
561
* sequential scan node
Callers
1
SafeScan
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected