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

#include <execnodes.h>

Data Fields

ScanState ss
 
PlanStatesubplan
 

Detailed Description

Definition at line 1928 of file execnodes.h.

Field Documentation

◆ ss

ScanState SubqueryScanState::ss

Definition at line 1930 of file execnodes.h.

Referenced by ExecReScanSubqueryScan(), and ExecSubqueryScan().

◆ subplan

PlanState* SubqueryScanState::subplan

Definition at line 1931 of file execnodes.h.

Referenced by ExecEndSubqueryScan(), ExecReScanSubqueryScan(), and SubqueryNext().


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