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 641 of file plannodes.h.

Field Documentation

◆ cteParam

int CteScan::cteParam

Definition at line 645 of file plannodes.h.

Referenced by ExecInitCteScan(), and make_ctescan().

◆ ctePlanId

int CteScan::ctePlanId

Definition at line 644 of file plannodes.h.

Referenced by ExecInitCteScan(), and make_ctescan().

◆ scan

Scan CteScan::scan

Definition at line 643 of file plannodes.h.

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


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