PostgreSQL Source Code git master
Loading...
Searching...
No Matches
NestLoopState Struct Reference

#include <execnodes.h>

Data Fields

JoinState js
 
bool nl_NeedNewOuter
 
bool nl_MatchedOuter
 
TupleTableSlotnl_NullInnerTupleSlot
 

Detailed Description

Definition at line 2151 of file execnodes.h.

Field Documentation

◆ js

JoinState NestLoopState::js

Definition at line 2153 of file execnodes.h.

Referenced by ExecNestLoop().

◆ nl_MatchedOuter

bool NestLoopState::nl_MatchedOuter

Definition at line 2155 of file execnodes.h.

Referenced by ExecNestLoop(), and ExecReScanNestLoop().

◆ nl_NeedNewOuter

bool NestLoopState::nl_NeedNewOuter

Definition at line 2154 of file execnodes.h.

Referenced by ExecNestLoop(), and ExecReScanNestLoop().

◆ nl_NullInnerTupleSlot

TupleTableSlot* NestLoopState::nl_NullInnerTupleSlot

Definition at line 2156 of file execnodes.h.

Referenced by ExecNestLoop().


The documentation for this struct was generated from the following file: