|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Join | join |
| List * | hashclauses |
| List * | hashoperators |
| List * | hashcollations |
| List * | hashkeys |
Definition at line 1043 of file plannodes.h.
| List* HashJoin::hashclauses |
Definition at line 1046 of file plannodes.h.
Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().
| List* HashJoin::hashcollations |
Definition at line 1048 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
| List* HashJoin::hashkeys |
Definition at line 1054 of file plannodes.h.
Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().
| List* HashJoin::hashoperators |
Definition at line 1047 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
| Join HashJoin::join |
Definition at line 1045 of file plannodes.h.
Referenced by create_hashjoin_plan(), ExecInitHashJoin(), and make_hashjoin().