PostgreSQL Source Code git master
CteScan Struct Reference

#include <plannodes.h>

Data Fields

Scan scan
 
int ctePlanId
 
int cteParam
 

Detailed Description

Definition at line 751 of file plannodes.h.

Field Documentation

◆ cteParam

int CteScan::cteParam

Definition at line 757 of file plannodes.h.

Referenced by ExecInitCteScan(), and make_ctescan().

◆ ctePlanId

int CteScan::ctePlanId

Definition at line 755 of file plannodes.h.

Referenced by ExecInitCteScan(), and make_ctescan().

◆ scan

Scan CteScan::scan

Definition at line 753 of file plannodes.h.

Referenced by create_ctescan_plan(), ExecInitCteScan(), make_ctescan(), and set_plan_refs().


The documentation for this struct was generated from the following file: