PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
PlanState | ps |
JoinType | jointype |
bool | single_match |
ExprState * | joinqual |
Definition at line 2118 of file execnodes.h.
ExprState* JoinState::joinqual |
Definition at line 2124 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), ExecMergeJoin(), and ExecNestLoop().
JoinType JoinState::jointype |
Definition at line 2121 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), ExecMergeJoin(), ExecNestLoop(), and ExecReScanHashJoin().
PlanState JoinState::ps |
Definition at line 2120 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), ExecMergeJoin(), ExecNestLoop(), ExecParallelHashJoinOuterGetTuple(), ExecParallelHashJoinPartitionOuter(), MJCompare(), MJFillInner(), and MJFillOuter().
bool JoinState::single_match |
Definition at line 2122 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecInitMergeJoin(), ExecInitNestLoop(), ExecMergeJoin(), and ExecNestLoop().