PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 2223 of file execnodes.h.
ExprState* HashJoinState::hashclauses |
Definition at line 2226 of file execnodes.h.
Referenced by ExecInitHashJoin(), ExecParallelScanHashBucket(), and ExecScanHashBucket().
int HashJoinState::hj_CurBucketNo |
Definition at line 2230 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecParallelScanHashBucket(), ExecParallelScanHashTableForUnmatched(), ExecPrepHashTableForUnmatched(), ExecReScanHashJoin(), ExecScanHashBucket(), and ExecScanHashTableForUnmatched().
uint32 HashJoinState::hj_CurHashValue |
Definition at line 2229 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecParallelScanHashBucket(), ExecReScanHashJoin(), and ExecScanHashBucket().
int HashJoinState::hj_CurSkewBucketNo |
Definition at line 2231 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecPrepHashTableForUnmatched(), ExecReScanHashJoin(), ExecScanHashBucket(), and ExecScanHashTableForUnmatched().
HashJoinTuple HashJoinState::hj_CurTuple |
Definition at line 2232 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecParallelScanHashBucket(), ExecParallelScanHashTableForUnmatched(), ExecPrepHashTableForUnmatched(), ExecReScanHashJoin(), ExecScanHashBucket(), and ExecScanHashTableForUnmatched().
TupleTableSlot* HashJoinState::hj_FirstOuterTupleSlot |
Definition at line 2237 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), ExecParallelHashJoinPartitionOuter(), and ExecReScanHashJoin().
HashJoinTable HashJoinState::hj_HashTable |
Definition at line 2228 of file execnodes.h.
Referenced by ExecEndHashJoin(), ExecHashJoinImpl(), ExecHashJoinNewBatch(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), ExecParallelHashJoinNewBatch(), ExecParallelHashJoinOuterGetTuple(), ExecParallelHashJoinPartitionOuter(), ExecParallelPrepHashTableForUnmatched(), ExecParallelScanHashBucket(), ExecParallelScanHashTableForUnmatched(), ExecReScanHashJoin(), ExecScanHashBucket(), ExecScanHashTableForUnmatched(), and ExecShutdownHashJoin().
TupleTableSlot* HashJoinState::hj_HashTupleSlot |
Definition at line 2234 of file execnodes.h.
Referenced by ExecHashJoinNewBatch(), ExecInitHashJoin(), ExecParallelHashJoinNewBatch(), ExecParallelScanHashBucket(), ExecParallelScanHashTableForUnmatched(), ExecScanHashBucket(), and ExecScanHashTableForUnmatched().
int HashJoinState::hj_JoinState |
Definition at line 2238 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), and ExecReScanHashJoin().
bool HashJoinState::hj_MatchedOuter |
Definition at line 2239 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), and ExecReScanHashJoin().
TupleTableSlot* HashJoinState::hj_NullInnerTupleSlot |
Definition at line 2236 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecInitHashJoin().
TupleTableSlot* HashJoinState::hj_NullOuterTupleSlot |
Definition at line 2235 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecInitHashJoin().
ExprState* HashJoinState::hj_OuterHash |
Definition at line 2227 of file execnodes.h.
Referenced by ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), ExecParallelHashJoinOuterGetTuple(), and ExecParallelHashJoinPartitionOuter().
bool HashJoinState::hj_OuterNotEmpty |
Definition at line 2240 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), and ExecReScanHashJoin().
TupleTableSlot* HashJoinState::hj_OuterTupleSlot |
Definition at line 2233 of file execnodes.h.
Referenced by ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), and ExecParallelHashJoinOuterGetTuple().
JoinState HashJoinState::js |
Definition at line 2225 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), ExecParallelHashJoinOuterGetTuple(), and ExecParallelHashJoinPartitionOuter().