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

#include <execnodes.h>

Data Fields

PlanState ps
 
JoinType jointype
 
bool single_match
 
ExprStatejoinqual
 

Detailed Description

Definition at line 2134 of file execnodes.h.

Field Documentation

◆ joinqual

ExprState* JoinState::joinqual

Definition at line 2140 of file execnodes.h.

Referenced by ExecHashJoinImpl(), ExecMergeJoin(), and ExecNestLoop().

◆ jointype

JoinType JoinState::jointype

Definition at line 2137 of file execnodes.h.

Referenced by ExecHashJoinImpl(), ExecMergeJoin(), ExecNestLoop(), and ExecReScanHashJoin().

◆ ps

PlanState JoinState::ps

Definition at line 2136 of file execnodes.h.

Referenced by ExecHashJoinImpl(), ExecMergeJoin(), ExecNestLoop(), MJFillInner(), and MJFillOuter().

◆ single_match

bool JoinState::single_match

Definition at line 2138 of file execnodes.h.

Referenced by ExecHashJoinImpl(), ExecMergeJoin(), and ExecNestLoop().


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