MCPcopy 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 */
554typedef 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

SafeScanMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected