|
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 1419 of file plannodes.h.
| List* Hash::hashkeys |
Definition at line 1428 of file plannodes.h.
Referenced by make_hash().
| Plan Hash::plan |
Definition at line 1421 of file plannodes.h.
Referenced by ExecHashTableCreate(), ExecInitHash(), ExecInitHashJoin(), and make_hash().
| Cardinality Hash::rows_total |
Definition at line 1437 of file plannodes.h.
Referenced by ExecHashTableCreate().
| AttrNumber Hash::skewColumn |
Definition at line 1432 of file plannodes.h.
Referenced by ExecHashBuildSkewHash(), and make_hash().
| bool Hash::skewInherit |
Definition at line 1434 of file plannodes.h.
Referenced by ExecHashBuildSkewHash(), and make_hash().
| Oid Hash::skewTable |
Definition at line 1430 of file plannodes.h.
Referenced by ExecHashBuildSkewHash(), ExecHashTableCreate(), and make_hash().