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

#include <plannodes.h>

Data Fields

Scan scan
 
Plansubplan
 
SubqueryScanStatus scanstatus
 

Detailed Description

Definition at line 752 of file plannodes.h.

Field Documentation

◆ scan

Scan SubqueryScan::scan

Definition at line 754 of file plannodes.h.

Referenced by ExecInitSubqueryScan(), and make_subqueryscan().

◆ scanstatus

SubqueryScanStatus SubqueryScan::scanstatus

Definition at line 756 of file plannodes.h.

Referenced by make_subqueryscan().

◆ subplan

Plan* SubqueryScan::subplan

Definition at line 755 of file plannodes.h.

Referenced by ExecInitSubqueryScan(), and make_subqueryscan().


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