|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| PlanState | ps |
| Node ** | elems |
| ExprDoneCond * | elemdone |
| int | nelems |
| bool | pending_srf_tuples |
| MemoryContext | argcontext |
Definition at line 1381 of file execnodes.h.
| MemoryContext ProjectSetState::argcontext |
Definition at line 1388 of file execnodes.h.
Referenced by ExecProjectSet(), and ExecProjectSRF().
| ExprDoneCond* ProjectSetState::elemdone |
Definition at line 1385 of file execnodes.h.
Referenced by ExecProjectSRF().
| Node** ProjectSetState::elems |
Definition at line 1384 of file execnodes.h.
Referenced by ExecProjectSRF().
| int ProjectSetState::nelems |
Definition at line 1386 of file execnodes.h.
Referenced by ExecProjectSRF().
| bool ProjectSetState::pending_srf_tuples |
Definition at line 1387 of file execnodes.h.
Referenced by ExecProjectSet(), ExecProjectSRF(), and ExecReScanProjectSet().
| PlanState ProjectSetState::ps |
Definition at line 1383 of file execnodes.h.
Referenced by ExecProjectSet(), and ExecProjectSRF().