PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Plan | plan |
List * | hashkeys |
Oid | skewTable |
AttrNumber | skewColumn |
bool | skewInherit |
Cardinality | rows_total |
Definition at line 1198 of file plannodes.h.
List* Hash::hashkeys |
Definition at line 1206 of file plannodes.h.
Referenced by make_hash(), and set_hash_references().
Plan Hash::plan |
Definition at line 1200 of file plannodes.h.
Referenced by create_hashjoin_plan(), ExecHashTableCreate(), ExecInitHash(), and make_hash().
Cardinality Hash::rows_total |
Definition at line 1211 of file plannodes.h.
Referenced by create_hashjoin_plan(), and ExecHashTableCreate().
AttrNumber Hash::skewColumn |
Definition at line 1208 of file plannodes.h.
Referenced by ExecHashBuildSkewHash(), and make_hash().
bool Hash::skewInherit |
Definition at line 1209 of file plannodes.h.
Referenced by ExecHashBuildSkewHash(), and make_hash().
Oid Hash::skewTable |
Definition at line 1207 of file plannodes.h.
Referenced by ExecHashBuildSkewHash(), ExecHashTableCreate(), and make_hash().