PostgreSQL Source Code  git master
Hash Struct Reference

#include <plannodes.h>

Data Fields

Plan plan
 
Listhashkeys
 
Oid skewTable
 
AttrNumber skewColumn
 
bool skewInherit
 
Cardinality rows_total
 

Detailed Description

Definition at line 1197 of file plannodes.h.

Field Documentation

◆ hashkeys

List* Hash::hashkeys

Definition at line 1205 of file plannodes.h.

Referenced by ExecInitHash(), make_hash(), and set_hash_references().

◆ plan

Plan Hash::plan

Definition at line 1199 of file plannodes.h.

Referenced by create_hashjoin_plan(), ExecHashTableCreate(), ExecInitHash(), and make_hash().

◆ rows_total

Cardinality Hash::rows_total

Definition at line 1210 of file plannodes.h.

Referenced by create_hashjoin_plan(), and ExecHashTableCreate().

◆ skewColumn

AttrNumber Hash::skewColumn

Definition at line 1207 of file plannodes.h.

Referenced by ExecHashBuildSkewHash(), and make_hash().

◆ skewInherit

bool Hash::skewInherit

Definition at line 1208 of file plannodes.h.

Referenced by ExecHashBuildSkewHash(), and make_hash().

◆ skewTable

Oid Hash::skewTable

Definition at line 1206 of file plannodes.h.

Referenced by ExecHashBuildSkewHash(), ExecHashTableCreate(), and make_hash().


The documentation for this struct was generated from the following file: