PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
Join | join |
List * | hashclauses |
List * | hashoperators |
List * | hashcollations |
List * | hashkeys |
Definition at line 1000 of file plannodes.h.
List* HashJoin::hashclauses |
Definition at line 1003 of file plannodes.h.
Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().
List* HashJoin::hashcollations |
Definition at line 1005 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
List* HashJoin::hashkeys |
Definition at line 1011 of file plannodes.h.
Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().
List* HashJoin::hashoperators |
Definition at line 1004 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
Join HashJoin::join |
Definition at line 1002 of file plannodes.h.
Referenced by create_hashjoin_plan(), ExecInitHashJoin(), and make_hashjoin().