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