PostgreSQL Source Code  git master
NestLoopState Struct Reference

#include <execnodes.h>

Data Fields

JoinState js
 
bool nl_NeedNewOuter
 
bool nl_MatchedOuter
 
TupleTableSlotnl_NullInnerTupleSlot
 

Detailed Description

Definition at line 2100 of file execnodes.h.

Field Documentation

◆ js

JoinState NestLoopState::js

Definition at line 2102 of file execnodes.h.

Referenced by ExecInitNestLoop(), and ExecNestLoop().

◆ nl_MatchedOuter

bool NestLoopState::nl_MatchedOuter

Definition at line 2104 of file execnodes.h.

Referenced by ExecInitNestLoop(), ExecNestLoop(), and ExecReScanNestLoop().

◆ nl_NeedNewOuter

bool NestLoopState::nl_NeedNewOuter

Definition at line 2103 of file execnodes.h.

Referenced by ExecInitNestLoop(), ExecNestLoop(), and ExecReScanNestLoop().

◆ nl_NullInnerTupleSlot

TupleTableSlot* NestLoopState::nl_NullInnerTupleSlot

Definition at line 2105 of file execnodes.h.

Referenced by ExecInitNestLoop(), and ExecNestLoop().


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