PostgreSQL Source Code git master
Loading...
Searching...
No Matches
HashJoin Struct Reference

#include <plannodes.h>

Data Fields

Join join
 
Listhashclauses
 
Listhashoperators
 
Listhashcollations
 
Listhashkeys
 

Detailed Description

Definition at line 1062 of file plannodes.h.

Field Documentation

◆ hashclauses

List* HashJoin::hashclauses

Definition at line 1065 of file plannodes.h.

Referenced by ExecInitHashJoin(), and make_hashjoin().

◆ hashcollations

List* HashJoin::hashcollations

Definition at line 1067 of file plannodes.h.

Referenced by ExecInitHashJoin(), and make_hashjoin().

◆ hashkeys

List* HashJoin::hashkeys

Definition at line 1073 of file plannodes.h.

Referenced by ExecInitHashJoin(), and make_hashjoin().

◆ hashoperators

List* HashJoin::hashoperators

Definition at line 1066 of file plannodes.h.

Referenced by ExecInitHashJoin(), and make_hashjoin().

◆ join

Join HashJoin::join

Definition at line 1064 of file plannodes.h.

Referenced by ExecInitHashJoin(), and make_hashjoin().


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