PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Join | join |
List * | hashclauses |
List * | hashoperators |
List * | hashcollations |
List * | hashkeys |
Definition at line 793 of file plannodes.h.
List* HashJoin::hashclauses |
Definition at line 796 of file plannodes.h.
Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().
List* HashJoin::hashcollations |
Definition at line 798 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
List* HashJoin::hashkeys |
Definition at line 804 of file plannodes.h.
Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().
List* HashJoin::hashoperators |
Definition at line 797 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
Join HashJoin::join |
Definition at line 795 of file plannodes.h.
Referenced by create_hashjoin_plan(), ExecInitHashJoin(), and make_hashjoin().