|
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 1400 of file plannodes.h.
| List* Hash::hashkeys |
Definition at line 1409 of file plannodes.h.
Referenced by make_hash(), and set_hash_references().
| Plan Hash::plan |
Definition at line 1402 of file plannodes.h.
Referenced by create_hashjoin_plan(), ExecHashTableCreate(), ExecInitHash(), and make_hash().
| Cardinality Hash::rows_total |
Definition at line 1418 of file plannodes.h.
Referenced by create_hashjoin_plan(), and ExecHashTableCreate().
| AttrNumber Hash::skewColumn |
Definition at line 1413 of file plannodes.h.
Referenced by ExecHashBuildSkewHash(), and make_hash().
| bool Hash::skewInherit |
Definition at line 1415 of file plannodes.h.
Referenced by ExecHashBuildSkewHash(), and make_hash().
| Oid Hash::skewTable |
Definition at line 1411 of file plannodes.h.
Referenced by ExecHashBuildSkewHash(), ExecHashTableCreate(), and make_hash().