PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CteScan Struct Reference

#include <plannodes.h>

Data Fields

Scan scan
 
int ctePlanId
 
int cteParam
 

Detailed Description

Definition at line 817 of file plannodes.h.

Field Documentation

◆ cteParam

int CteScan::cteParam

Definition at line 823 of file plannodes.h.

Referenced by ExecInitCteScan(), and make_ctescan().

◆ ctePlanId

int CteScan::ctePlanId

Definition at line 821 of file plannodes.h.

Referenced by ExecInitCteScan(), and make_ctescan().

◆ scan

Scan CteScan::scan

Definition at line 819 of file plannodes.h.

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


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