PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
EState * | parentestate |
int | epqParam |
List * | tuple_table |
TupleTableSlot ** | relsubs_slot |
Plan * | plan |
List * | arowMarks |
TupleTableSlot * | origslot |
EState * | recheckestate |
ExecAuxRowMark ** | relsubs_rowmark |
bool * | relsubs_done |
PlanState * | recheckplanstate |
Definition at line 1131 of file execnodes.h.
List* EPQState::arowMarks |
Definition at line 1152 of file execnodes.h.
Referenced by EvalPlanQualInit(), EvalPlanQualSetPlan(), and EvalPlanQualStart().
int EPQState::epqParam |
Definition at line 1136 of file execnodes.h.
Referenced by EvalPlanQualBegin(), and EvalPlanQualInit().
TupleTableSlot* EPQState::origslot |
Definition at line 1160 of file execnodes.h.
Referenced by EvalPlanQualEnd(), EvalPlanQualFetchRowMark(), and EvalPlanQualInit().
EState* EPQState::parentestate |
Definition at line 1135 of file execnodes.h.
Referenced by EvalPlanQualBegin(), EvalPlanQualEnd(), EvalPlanQualInit(), EvalPlanQualSlot(), and EvalPlanQualStart().
Plan* EPQState::plan |
Definition at line 1151 of file execnodes.h.
Referenced by EvalPlanQualBegin(), EvalPlanQualInit(), and EvalPlanQualSetPlan().
EState* EPQState::recheckestate |
Definition at line 1165 of file execnodes.h.
Referenced by EvalPlanQualBegin(), EvalPlanQualEnd(), EvalPlanQualFetchRowMark(), EvalPlanQualInit(), EvalPlanQualNext(), and EvalPlanQualStart().
PlanState* EPQState::recheckplanstate |
Definition at line 1180 of file execnodes.h.
Referenced by EvalPlanQualBegin(), EvalPlanQualEnd(), EvalPlanQualInit(), EvalPlanQualNext(), and EvalPlanQualStart().
bool* EPQState::relsubs_done |
Definition at line 1178 of file execnodes.h.
Referenced by EvalPlanQualBegin(), EvalPlanQualEnd(), EvalPlanQualInit(), EvalPlanQualStart(), ExecIndexMarkPos(), ExecIndexOnlyMarkPos(), ExecIndexOnlyRestrPos(), ExecIndexRestrPos(), ExecScanFetch(), and ExecScanReScan().
ExecAuxRowMark** EPQState::relsubs_rowmark |
Definition at line 1172 of file execnodes.h.
Referenced by EvalPlanQualEnd(), EvalPlanQualFetchRowMark(), EvalPlanQualInit(), EvalPlanQualStart(), ExecIndexMarkPos(), ExecIndexOnlyMarkPos(), ExecIndexOnlyRestrPos(), ExecIndexRestrPos(), and ExecScanFetch().
TupleTableSlot** EPQState::relsubs_slot |
Definition at line 1144 of file execnodes.h.
Referenced by EvalPlanQualEnd(), EvalPlanQualInit(), EvalPlanQualSlot(), ExecIndexMarkPos(), ExecIndexOnlyMarkPos(), ExecIndexOnlyRestrPos(), ExecIndexRestrPos(), and ExecScanFetch().
List* EPQState::tuple_table |
Definition at line 1143 of file execnodes.h.
Referenced by EvalPlanQualEnd(), EvalPlanQualInit(), and EvalPlanQualSlot().