PostgreSQL Source Code  git master
HashJoin Struct Reference

#include <plannodes.h>

Data Fields

Join join
 
Listhashclauses
 
Listhashoperators
 
Listhashcollations
 
Listhashkeys
 

Detailed Description

Definition at line 862 of file plannodes.h.

Field Documentation

◆ hashclauses

List* HashJoin::hashclauses

Definition at line 865 of file plannodes.h.

Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().

◆ hashcollations

List* HashJoin::hashcollations

Definition at line 867 of file plannodes.h.

Referenced by ExecInitHashJoin(), and make_hashjoin().

◆ hashkeys

List* HashJoin::hashkeys

Definition at line 873 of file plannodes.h.

Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().

◆ hashoperators

List* HashJoin::hashoperators

Definition at line 866 of file plannodes.h.

Referenced by ExecInitHashJoin(), and make_hashjoin().

◆ join

Join HashJoin::join

Definition at line 864 of file plannodes.h.

Referenced by create_hashjoin_plan(), ExecInitHashJoin(), and make_hashjoin().


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