PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
NodeTag | type |
ExprState | pi_state |
ExprContext * | pi_exprContext |
Definition at line 352 of file execnodes.h.
ExprContext* ProjectionInfo::pi_exprContext |
Definition at line 358 of file execnodes.h.
Referenced by ExecBuildProjectionInfo(), ExecBuildUpdateProjection(), ExecGetInsertNewTuple(), ExecGetUpdateNewTuple(), ExecHashSubPlan(), ExecProcessReturning(), and ExecProject().
ExprState ProjectionInfo::pi_state |
Definition at line 356 of file execnodes.h.
Referenced by buildSubPlanHash(), ExecBuildProjectionInfo(), ExecBuildUpdateProjection(), ExecProject(), and ExecScan().
NodeTag ProjectionInfo::type |
Definition at line 354 of file execnodes.h.