#include "nodes/execnodes.h"
Go to the source code of this file.
Definition at line 168 of file nodeSubqueryscan.c.
References ExecEndNode(), and SubqueryScanState::subplan.
Referenced by ExecEndNode().
Definition at line 97 of file nodeSubqueryscan.c.
References Assert(), EXEC_FLAG_MARK, ExecAssignExprContext(), ExecAssignScanProjectionInfo(), ExecGetResultSlotOps(), ExecGetResultType(), ExecInitNode(), ExecInitQual(), ExecInitResultTypeTL(), ExecInitScanTupleSlot(), PlanState::ExecProcNode, ExecSubqueryScan(), innerPlan, makeNode, outerPlan, PlanState::plan, ScanState::ps, PlanState::qual, PlanState::resultops, PlanState::resultopsfixed, PlanState::resultopsset, SubqueryScan::scan, PlanState::scanops, PlanState::scanopsfixed, PlanState::scanopsset, SubqueryScanState::ss, PlanState::state, SubqueryScanState::subplan, and SubqueryScan::subplan.
Referenced by ExecInitNode().
Definition at line 183 of file nodeSubqueryscan.c.
References PlanState::chgParam, ExecReScan(), ExecScanReScan(), ScanState::ps, SubqueryScanState::ss, SubqueryScanState::subplan, and UpdateChangedParamSet().
Referenced by ExecReScan().