PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CteScan Struct Reference

#include <plannodes.h>

Data Fields

Scan scan
 
int ctePlanId
 
int cteParam
 

Detailed Description

Definition at line 758 of file plannodes.h.

Field Documentation

◆ cteParam

int CteScan::cteParam

Definition at line 764 of file plannodes.h.

Referenced by ExecInitCteScan(), and make_ctescan().

◆ ctePlanId

int CteScan::ctePlanId

Definition at line 762 of file plannodes.h.

Referenced by ExecInitCteScan(), and make_ctescan().

◆ scan

Scan CteScan::scan

Definition at line 760 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: