PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Join | join |
List * | hashclauses |
List * | hashoperators |
List * | hashcollations |
List * | hashkeys |
Definition at line 863 of file plannodes.h.
List* HashJoin::hashclauses |
Definition at line 866 of file plannodes.h.
Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().
List* HashJoin::hashcollations |
Definition at line 868 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
List* HashJoin::hashkeys |
Definition at line 874 of file plannodes.h.
Referenced by ExecInitHashJoin(), make_hashjoin(), and set_join_references().
List* HashJoin::hashoperators |
Definition at line 867 of file plannodes.h.
Referenced by ExecInitHashJoin(), and make_hashjoin().
Join HashJoin::join |
Definition at line 865 of file plannodes.h.
Referenced by create_hashjoin_plan(), ExecInitHashJoin(), and make_hashjoin().