PostgreSQL Source Code: EPQState Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

Data Fields
EState * parentestate
int epqParam
List * resultRelations
List * tuple_table
TupleTableSlot ** relsubs_slot
Plan * plan
List * arowMarks
TupleTableSlot * origslot
EState * recheckestate
ExecAuxRowMark ** relsubs_rowmark
bool * relsubs_done
bool * relsubs_blocked
PlanState * recheckplanstate

Definition at line 1292 of file execnodes.h.

arowMarks

List* EPQState::arowMarks

epqParam

origslot

parentestate

EState* EPQState::parentestate

plan

recheckestate

EState* EPQState::recheckestate

recheckplanstate

relsubs_blocked

bool* EPQState::relsubs_blocked

relsubs_done

bool* EPQState::relsubs_done

Definition at line 1341 of file execnodes.h.

Referenced by EvalPlanQual(), EvalPlanQualBegin(), EvalPlanQualEnd(), EvalPlanQualInit(), EvalPlanQualStart(), ExecIndexMarkPos(), ExecIndexOnlyMarkPos(), ExecIndexOnlyRestrPos(), ExecIndexRestrPos(), ExecScanFetch(), and ExecScanReScan().

relsubs_rowmark

relsubs_slot

resultRelations

List* EPQState::resultRelations

tuple_table

List* EPQState::tuple_table


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