PostgreSQL Source Code: HashJoin Struct Reference (original) (raw)
#include <[plannodes.h](plannodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
Join | join |
List * | hashclauses |
List * | hashoperators |
List * | hashcollations |
List * | hashkeys |
Detailed Description
Definition at line 1003 of file plannodes.h.
Field Documentation
◆ hashclauses
List* HashJoin::hashclauses
Definition at line 1006 of file plannodes.h.
Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().
◆ hashcollations
List* HashJoin::hashcollations
Definition at line 1008 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
◆ hashkeys
List* HashJoin::hashkeys
Definition at line 1014 of file plannodes.h.
Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().
◆ hashoperators
List* HashJoin::hashoperators
Definition at line 1007 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
◆ join
Join HashJoin::join
Definition at line 1005 of file plannodes.h.
Referenced by create_hashjoin_plan(), ExecInitHashJoin(), and make_hashjoin().
The documentation for this struct was generated from the following file:
- src/include/nodes/plannodes.h