PostgreSQL Source Code
git master
|
#include <execnodes.h>
Definition at line 2050 of file execnodes.h.
ExprState* HashJoinState::hashclauses |
Definition at line 2053 of file execnodes.h.
Referenced by ExecInitHashJoin(), ExecParallelScanHashBucket(), and ExecScanHashBucket().
List* HashJoinState::hj_Collations |
Definition at line 2056 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecInitHashJoin().
int HashJoinState::hj_CurBucketNo |
Definition at line 2059 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecParallelScanHashBucket(), ExecPrepHashTableForUnmatched(), ExecReScanHashJoin(), ExecScanHashBucket(), and ExecScanHashTableForUnmatched().
uint32 HashJoinState::hj_CurHashValue |
Definition at line 2058 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecParallelScanHashBucket(), ExecReScanHashJoin(), and ExecScanHashBucket().
int HashJoinState::hj_CurSkewBucketNo |
Definition at line 2060 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecPrepHashTableForUnmatched(), ExecReScanHashJoin(), ExecScanHashBucket(), and ExecScanHashTableForUnmatched().
HashJoinTuple HashJoinState::hj_CurTuple |
Definition at line 2061 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), ExecParallelScanHashBucket(), ExecPrepHashTableForUnmatched(), ExecReScanHashJoin(), ExecScanHashBucket(), and ExecScanHashTableForUnmatched().
TupleTableSlot* HashJoinState::hj_FirstOuterTupleSlot |
Definition at line 2066 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), ExecParallelHashJoinPartitionOuter(), and ExecReScanHashJoin().
List* HashJoinState::hj_HashOperators |
Definition at line 2055 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecInitHashJoin().
HashJoinTable HashJoinState::hj_HashTable |
Definition at line 2057 of file execnodes.h.
Referenced by ExecEndHashJoin(), ExecHashJoinImpl(), ExecHashJoinNewBatch(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), ExecParallelHashJoinNewBatch(), ExecParallelHashJoinOuterGetTuple(), ExecParallelHashJoinPartitionOuter(), ExecParallelScanHashBucket(), ExecReScanHashJoin(), ExecScanHashBucket(), ExecScanHashTableForUnmatched(), and ExecShutdownHashJoin().
TupleTableSlot* HashJoinState::hj_HashTupleSlot |
Definition at line 2063 of file execnodes.h.
Referenced by ExecEndHashJoin(), ExecHashJoinNewBatch(), ExecInitHashJoin(), ExecParallelHashJoinNewBatch(), ExecParallelScanHashBucket(), ExecScanHashBucket(), and ExecScanHashTableForUnmatched().
int HashJoinState::hj_JoinState |
Definition at line 2067 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), and ExecReScanHashJoin().
bool HashJoinState::hj_MatchedOuter |
Definition at line 2068 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHashJoin(), and ExecReScanHashJoin().
TupleTableSlot* HashJoinState::hj_NullInnerTupleSlot |
Definition at line 2065 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecInitHashJoin().
TupleTableSlot* HashJoinState::hj_NullOuterTupleSlot |
Definition at line 2064 of file execnodes.h.
Referenced by ExecHashJoinImpl(), and ExecInitHashJoin().
List* HashJoinState::hj_OuterHashKeys |
Definition at line 2054 of file execnodes.h.
Referenced by ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), ExecParallelHashJoinOuterGetTuple(), and ExecParallelHashJoinPartitionOuter().
bool HashJoinState::hj_OuterNotEmpty |
Definition at line 2069 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), and ExecReScanHashJoin().
TupleTableSlot* HashJoinState::hj_OuterTupleSlot |
Definition at line 2062 of file execnodes.h.
Referenced by ExecEndHashJoin(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), and ExecParallelHashJoinOuterGetTuple().
JoinState HashJoinState::js |
Definition at line 2052 of file execnodes.h.
Referenced by ExecEndHashJoin(), ExecHashJoinImpl(), ExecHashJoinOuterGetTuple(), ExecInitHashJoin(), ExecParallelHashJoinOuterGetTuple(), ExecParallelHashJoinPartitionOuter(), and ExecReScanHashJoin().