Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

ProjectionInfo Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
Listpi_targetlist
ExprContextpi_exprContext
TupleTableSlotpi_slot
ExprDoneCondpi_itemIsDone
bool pi_directMap
int pi_numSimpleVars
int * pi_varSlotOffsets
int * pi_varNumbers
int * pi_varOutputCols
int pi_lastInnerVar
int pi_lastOuterVar
int pi_lastScanVar

Detailed Description

Definition at line 232 of file execnodes.h.


Field Documentation

Definition at line 239 of file execnodes.h.

Referenced by ExecBuildProjectionInfo(), and ExecProject().

Definition at line 238 of file execnodes.h.

Referenced by ExecBuildProjectionInfo(), and ExecProject().

Definition at line 244 of file execnodes.h.

Referenced by ExecBuildProjectionInfo(), ExecProject(), and get_last_attnums().

Definition at line 245 of file execnodes.h.

Referenced by ExecBuildProjectionInfo(), ExecProject(), and get_last_attnums().

Definition at line 246 of file execnodes.h.

Referenced by ExecBuildProjectionInfo(), ExecProject(), and get_last_attnums().

Definition at line 240 of file execnodes.h.

Referenced by ExecBuildProjectionInfo(), and ExecProject().

Definition at line 237 of file execnodes.h.

Referenced by buildSubPlanHash(), ExecBuildProjectionInfo(), ExecProject(), and ExecScan().

Definition at line 235 of file execnodes.h.

Referenced by ExecBuildProjectionInfo(), and ExecProject().

Definition at line 242 of file execnodes.h.

Referenced by ExecBuildProjectionInfo(), and ExecProject().

Definition at line 243 of file execnodes.h.

Referenced by ExecBuildProjectionInfo(), and ExecProject().

Definition at line 241 of file execnodes.h.

Referenced by ExecBuildProjectionInfo(), and ExecProject().

Definition at line 234 of file execnodes.h.


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