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

Go to the source code of this file.
Functions | |
| UniqueState * | ExecInitUnique (Unique *node, EState *estate, int eflags) |
| void | ExecEndUnique (UniqueState *node) |
| void | ExecReScanUnique (UniqueState *node) |
|
extern |
Definition at line 168 of file nodeUnique.c.
References ExecEndNode(), and outerPlanState.
Referenced by ExecEndNode().
|
extern |
Definition at line 114 of file nodeUnique.c.
References Assert, EXEC_FLAG_BACKWARD, EXEC_FLAG_MARK, ExecAssignExprContext(), ExecGetResultType(), ExecInitNode(), ExecInitResultTupleSlotTL(), execTuplesMatchPrepare(), ExecUnique(), fb(), makeNode, Unique::numCols, outerPlan, outerPlanState, and TTSOpsMinimalTuple.
Referenced by ExecInitNode().
|
extern |
Definition at line 175 of file nodeUnique.c.
References ExecClearTuple(), ExecReScan(), fb(), outerPlan, outerPlanState, UniqueState::ps, and PlanState::ps_ResultTupleSlot.
Referenced by ExecReScan().