Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

HashJoinState Struct Reference

#include <execnodes.h>

Data Fields

JoinState js
Listhashclauses
Listhj_OuterHashKeys
Listhj_InnerHashKeys
Listhj_HashOperators
HashJoinTable hj_HashTable
uint32 hj_CurHashValue
int hj_CurBucketNo
int hj_CurSkewBucketNo
HashJoinTuple hj_CurTuple
TupleTableSlothj_OuterTupleSlot
TupleTableSlothj_HashTupleSlot
TupleTableSlothj_NullOuterTupleSlot
TupleTableSlothj_NullInnerTupleSlot
TupleTableSlothj_FirstOuterTupleSlot
int hj_JoinState
bool hj_MatchedOuter
bool hj_OuterNotEmpty

Detailed Description

Definition at line 1595 of file execnodes.h.


Field Documentation

Definition at line 1598 of file execnodes.h.

Referenced by ExecInitHashJoin(), and ExecScanHashBucket().

Definition at line 1601 of file execnodes.h.

Referenced by ExecHashJoin(), and ExecInitHashJoin().

Definition at line 1600 of file execnodes.h.

Referenced by ExecInitHashJoin().

Definition at line 1612 of file execnodes.h.

Referenced by ExecHashJoin(), ExecInitHashJoin(), and ExecReScanHashJoin().

Definition at line 1613 of file execnodes.h.

Referenced by ExecHashJoin(), ExecInitHashJoin(), and ExecReScanHashJoin().

Definition at line 1610 of file execnodes.h.

Referenced by ExecHashJoin(), and ExecInitHashJoin().

Definition at line 1609 of file execnodes.h.

Referenced by ExecHashJoin(), and ExecInitHashJoin().

Definition at line 1599 of file execnodes.h.

Referenced by ExecHashJoinOuterGetTuple(), and ExecInitHashJoin().

Definition at line 1607 of file execnodes.h.

Referenced by ExecEndHashJoin(), ExecHashJoinOuterGetTuple(), and ExecInitHashJoin().


The documentation for this struct was generated from the following file: