PostgreSQL Source Code  git master
ExprSetupInfo Struct Reference

Data Fields

AttrNumber last_inner
 
AttrNumber last_outer
 
AttrNumber last_scan
 
Listmultiexpr_subplans
 

Detailed Description

Definition at line 56 of file execExpr.c.

Field Documentation

◆ last_inner

AttrNumber ExprSetupInfo::last_inner

Definition at line 59 of file execExpr.c.

Referenced by ExecPushExprSetupSteps(), and expr_setup_walker().

◆ last_outer

AttrNumber ExprSetupInfo::last_outer

Definition at line 60 of file execExpr.c.

Referenced by ExecBuildUpdateProjection(), ExecPushExprSetupSteps(), and expr_setup_walker().

◆ last_scan

AttrNumber ExprSetupInfo::last_scan

Definition at line 61 of file execExpr.c.

Referenced by ExecBuildUpdateProjection(), ExecPushExprSetupSteps(), and expr_setup_walker().

◆ multiexpr_subplans

List* ExprSetupInfo::multiexpr_subplans

Definition at line 63 of file execExpr.c.

Referenced by ExecPushExprSetupSteps(), and expr_setup_walker().


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