|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| PlanState | ps |
| JoinType | jointype |
| bool | single_match |
| ExprState * | joinqual |
Definition at line 2134 of file execnodes.h.
| ExprState* JoinState::joinqual |
Definition at line 2140 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecMergeJoin(), and ExecNestLoop().
| JoinType JoinState::jointype |
Definition at line 2137 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecMergeJoin(), ExecNestLoop(), and ExecReScanHashJoin().
| PlanState JoinState::ps |
Definition at line 2136 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecMergeJoin(), ExecNestLoop(), MJFillInner(), and MJFillOuter().
| bool JoinState::single_match |
Definition at line 2138 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecMergeJoin(), and ExecNestLoop().