PostgreSQL Source Code git master
|
Data Fields | |
AttrNumber | last_inner |
AttrNumber | last_outer |
AttrNumber | last_scan |
AttrNumber | last_old |
AttrNumber | last_new |
List * | multiexpr_subplans |
Definition at line 56 of file execExpr.c.
AttrNumber ExprSetupInfo::last_inner |
Definition at line 62 of file execExpr.c.
Referenced by ExecPushExprSetupSteps(), and expr_setup_walker().
AttrNumber ExprSetupInfo::last_new |
Definition at line 66 of file execExpr.c.
Referenced by ExecPushExprSetupSteps(), and expr_setup_walker().
AttrNumber ExprSetupInfo::last_old |
Definition at line 65 of file execExpr.c.
Referenced by ExecPushExprSetupSteps(), and expr_setup_walker().
AttrNumber ExprSetupInfo::last_outer |
Definition at line 63 of file execExpr.c.
Referenced by ExecBuildUpdateProjection(), ExecPushExprSetupSteps(), and expr_setup_walker().
AttrNumber ExprSetupInfo::last_scan |
Definition at line 64 of file execExpr.c.
Referenced by ExecBuildUpdateProjection(), ExecPushExprSetupSteps(), and expr_setup_walker().
List* ExprSetupInfo::multiexpr_subplans |
Definition at line 68 of file execExpr.c.
Referenced by ExecPushExprSetupSteps(), and expr_setup_walker().