|
PostgreSQL Source Code git master
|
#include "nodes/execnodes.h"

Go to the source code of this file.
Functions | |
| GroupState * | ExecInitGroup (Group *node, EState *estate, int eflags) |
| void | ExecEndGroup (GroupState *node) |
| void | ExecReScanGroup (GroupState *node) |
|
extern |
Definition at line 226 of file nodeGroup.c.
References ExecEndNode(), outerPlan, and outerPlanState.
Referenced by ExecEndNode().
|
extern |
Definition at line 161 of file nodeGroup.c.
References Assert, EXEC_FLAG_BACKWARD, EXEC_FLAG_MARK, ExecAssignExprContext(), ExecAssignProjectionInfo(), ExecCreateScanSlotFromOuterPlan(), ExecGetResultSlotOps(), ExecGetResultType(), ExecGroup(), ExecInitNode(), ExecInitQual(), ExecInitResultTupleSlotTL(), execTuplesMatchPrepare(), fb(), makeNode, Group::numCols, outerPlan, outerPlanState, Group::plan, Plan::qual, and TTSOpsVirtual.
Referenced by ExecInitNode().
|
extern |
Definition at line 235 of file nodeGroup.c.
References ExecClearTuple(), ExecReScan(), fb(), GroupState::grp_done, outerPlan, outerPlanState, GroupState::ss, and ScanState::ss_ScanTupleSlot.
Referenced by ExecReScan().