|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Join | join |
| List * | hashclauses |
| List * | hashoperators |
| List * | hashcollations |
| List * | hashkeys |
Definition at line 1062 of file plannodes.h.
| List* HashJoin::hashclauses |
Definition at line 1065 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
| List* HashJoin::hashcollations |
Definition at line 1067 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
| List* HashJoin::hashkeys |
Definition at line 1073 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
| List* HashJoin::hashoperators |
Definition at line 1066 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
| Join HashJoin::join |
Definition at line 1064 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().