PostgreSQL Source Code: JoinState Struct Reference (original) (raw)
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
PlanState | ps |
JoinType | jointype |
bool | single_match |
ExprState * | joinqual |
Detailed Description
Field Documentation
◆ joinqual
◆ jointype
◆ ps
Definition at line 2153 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), ExecMergeJoin(), ExecNestLoop(), ExecParallelHashJoinOuterGetTuple(), ExecParallelHashJoinPartitionOuter(), MJCompare(), MJFillInner(), and MJFillOuter().
◆ single_match
bool JoinState::single_match
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h