#include "nodes/execnodes.h"
Go to the source code of this file.
Definition at line 226 of file nodeGroup.c.
References ExecEndNode(), outerPlan, and outerPlanState.
Referenced by ExecEndNode().
Definition at line 161 of file nodeGroup.c.
References Assert(), GroupState::eqfunction, EXEC_FLAG_BACKWARD, EXEC_FLAG_MARK, ExecAssignExprContext(), ExecAssignProjectionInfo(), ExecCreateScanSlotFromOuterPlan(), ExecGetResultSlotOps(), ExecGetResultType(), ExecGroup(), ExecInitNode(), ExecInitQual(), ExecInitResultTupleSlotTL(), PlanState::ExecProcNode, execTuplesMatchPrepare(), GroupState::grp_done, makeNode, Group::numCols, outerPlan, outerPlanState, PlanState::plan, Group::plan, ScanState::ps, PlanState::qual, Plan::qual, GroupState::ss, PlanState::state, and TTSOpsVirtual.
Referenced by ExecInitNode().
Definition at line 235 of file nodeGroup.c.
References ExecClearTuple(), ExecReScan(), GroupState::grp_done, outerPlan, outerPlanState, GroupState::ss, and ScanState::ss_ScanTupleSlot.
Referenced by ExecReScan().