PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ProjectionInfo Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
 
ExprState pi_state
 
ExprContextpi_exprContext
 

Detailed Description

Definition at line 384 of file execnodes.h.

Field Documentation

◆ pi_exprContext

ExprContext* ProjectionInfo::pi_exprContext

Definition at line 390 of file execnodes.h.

Referenced by ExecHashSubPlan(), and get_returning_data().

◆ pi_state

ExprState ProjectionInfo::pi_state

Definition at line 388 of file execnodes.h.

Referenced by buildSubPlanHash(), ExecDelete(), ExecModifyTable(), and ExecOnConflictUpdate().

◆ type

NodeTag ProjectionInfo::type

Definition at line 386 of file execnodes.h.


The documentation for this struct was generated from the following file: