|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| NodeTag | type |
| ExprState | pi_state |
| ExprContext * | pi_exprContext |
Definition at line 384 of file execnodes.h.
| ExprContext* ProjectionInfo::pi_exprContext |
Definition at line 390 of file execnodes.h.
Referenced by ExecHashSubPlan(), and get_returning_data().
| ExprState ProjectionInfo::pi_state |
Definition at line 388 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecDelete(), ExecModifyTable(), and ExecOnConflictUpdate().
| NodeTag ProjectionInfo::type |
Definition at line 386 of file execnodes.h.