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

Go to the source code of this file.
Functions | |
| LimitState * | ExecInitLimit (Limit *node, EState *estate, int eflags) |
| void | ExecEndLimit (LimitState *node) |
| void | ExecReScanLimit (LimitState *node) |
|
extern |
Definition at line 534 of file nodeLimit.c.
References ExecEndNode(), and outerPlanState.
Referenced by ExecEndNode().
|
extern |
Definition at line 447 of file nodeLimit.c.
References Assert, EXEC_FLAG_MARK, ExecAssignExprContext(), ExecGetResultSlotOps(), ExecGetResultType(), ExecInitExpr(), ExecInitExtraTupleSlot(), ExecInitNode(), ExecInitResultTypeTL(), ExecLimit(), execTuplesMatchPrepare(), fb(), LIMIT_INITIAL, LIMIT_OPTION_WITH_TIES, Limit::limitCount, Limit::limitOffset, Limit::limitOption, makeNode, outerPlan, outerPlanState, and Limit::uniqNumCols.
Referenced by ExecInitNode().
|
extern |
Definition at line 541 of file nodeLimit.c.
References ExecReScan(), fb(), outerPlan, outerPlanState, and recompute_limits().
Referenced by ExecReScan().