PostgreSQL Source Code  git master
ProjectSetState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
Node ** elems
 
ExprDoneCondelemdone
 
int nelems
 
bool pending_srf_tuples
 
MemoryContext argcontext
 

Detailed Description

Definition at line 1253 of file execnodes.h.

Field Documentation

◆ argcontext

MemoryContext ProjectSetState::argcontext

Definition at line 1260 of file execnodes.h.

Referenced by ExecProjectSet(), and ExecProjectSRF().

◆ elemdone

ExprDoneCond* ProjectSetState::elemdone

Definition at line 1257 of file execnodes.h.

Referenced by ExecProjectSRF().

◆ elems

Node** ProjectSetState::elems

Definition at line 1256 of file execnodes.h.

Referenced by ExecProjectSRF().

◆ nelems

int ProjectSetState::nelems

Definition at line 1258 of file execnodes.h.

Referenced by ExecProjectSRF().

◆ pending_srf_tuples

bool ProjectSetState::pending_srf_tuples

Definition at line 1259 of file execnodes.h.

Referenced by ExecProjectSet(), ExecProjectSRF(), and ExecReScanProjectSet().

◆ ps

PlanState ProjectSetState::ps

Definition at line 1255 of file execnodes.h.

Referenced by ExecEndProjectSet(), ExecProjectSet(), and ExecProjectSRF().


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