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