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