|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2236 of file execnodes.h.
| ExprState* HashJoinState::hashclauses |
Definition at line 2239 of file execnodes.h.
| int HashJoinState::hj_CurBucketNo |
Definition at line 2243 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecReScanHashJoin().
| uint32 HashJoinState::hj_CurHashValue |
Definition at line 2242 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecReScanHashJoin().
| int HashJoinState::hj_CurSkewBucketNo |
Definition at line 2244 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecReScanHashJoin().
| HashJoinTuple HashJoinState::hj_CurTuple |
Definition at line 2245 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecReScanHashJoin().
| TupleTableSlot* HashJoinState::hj_FirstOuterTupleSlot |
Definition at line 2250 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecReScanHashJoin().
| HashJoinTable HashJoinState::hj_HashTable |
Definition at line 2241 of file execnodes.h.
Referenced by ExecEndHashJoin(), ExecHashJoinImpl(), ExecReScanHashJoin(), and ExecShutdownHashJoin().
| TupleTableSlot* HashJoinState::hj_HashTupleSlot |
Definition at line 2247 of file execnodes.h.
| int HashJoinState::hj_JoinState |
Definition at line 2251 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecReScanHashJoin().
| bool HashJoinState::hj_MatchedOuter |
Definition at line 2252 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecReScanHashJoin().
| TupleTableSlot* HashJoinState::hj_NullInnerTupleSlot |
Definition at line 2249 of file execnodes.h.
Referenced by ExecHashJoinImpl().
| TupleTableSlot* HashJoinState::hj_NullOuterTupleSlot |
Definition at line 2248 of file execnodes.h.
Referenced by ExecHashJoinImpl().
| ExprState* HashJoinState::hj_OuterHash |
Definition at line 2240 of file execnodes.h.
| bool HashJoinState::hj_OuterNotEmpty |
Definition at line 2253 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecReScanHashJoin().
| TupleTableSlot* HashJoinState::hj_OuterTupleSlot |
Definition at line 2246 of file execnodes.h.
| JoinState HashJoinState::js |
Definition at line 2238 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecReScanHashJoin().