|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| JoinState | js |
| bool | nl_NeedNewOuter |
| bool | nl_MatchedOuter |
| TupleTableSlot * | nl_NullInnerTupleSlot |
Definition at line 2176 of file execnodes.h.
| JoinState NestLoopState::js |
Definition at line 2178 of file execnodes.h.
Referenced by ExecInitNestLoop(), and ExecNestLoop().
| bool NestLoopState::nl_MatchedOuter |
Definition at line 2180 of file execnodes.h.
Referenced by ExecInitNestLoop(), ExecNestLoop(), and ExecReScanNestLoop().
| bool NestLoopState::nl_NeedNewOuter |
Definition at line 2179 of file execnodes.h.
Referenced by ExecInitNestLoop(), ExecNestLoop(), and ExecReScanNestLoop().
| TupleTableSlot* NestLoopState::nl_NullInnerTupleSlot |
Definition at line 2181 of file execnodes.h.
Referenced by ExecInitNestLoop(), and ExecNestLoop().