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

Go to the source code of this file.
Functions | |
| NestLoopState * | ExecInitNestLoop (NestLoop *node, EState *estate, int eflags) |
| void | ExecEndNestLoop (NestLoopState *node) |
| void | ExecReScanNestLoop (NestLoopState *node) |
|
extern |
Definition at line 361 of file nodeNestloop.c.
References ExecEndNode(), innerPlanState, NL1_printf, and outerPlanState.
Referenced by ExecEndNode().
|
extern |
Definition at line 262 of file nodeNestloop.c.
References Assert, elog, ERROR, EXEC_FLAG_BACKWARD, EXEC_FLAG_MARK, EXEC_FLAG_REWIND, ExecAssignExprContext(), ExecAssignProjectionInfo(), ExecGetResultType(), ExecInitNode(), ExecInitNullTupleSlot(), ExecInitQual(), ExecInitResultTupleSlotTL(), ExecNestLoop(), fb(), Join::inner_unique, innerPlan, innerPlanState, NestLoop::join, JOIN_ANTI, JOIN_INNER, JOIN_LEFT, JOIN_SEMI, Join::joinqual, Join::jointype, makeNode, NestLoop::nestParams, NIL, NL1_printf, outerPlan, outerPlanState, and TTSOpsVirtual.
Referenced by ExecInitNode().
|
extern |
Definition at line 381 of file nodeNestloop.c.
References ExecReScan(), fb(), NestLoopState::nl_MatchedOuter, NestLoopState::nl_NeedNewOuter, outerPlan, and outerPlanState.
Referenced by ExecReScan().