PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
HashBuildState Struct Reference

Data Fields

HSpoolspool
 
double indtuples
 
Relation heapRel
 

Detailed Description

Definition at line 37 of file hash.c.

Field Documentation

◆ heapRel

Relation HashBuildState::heapRel

Definition at line 41 of file hash.c.

Referenced by hashbuild(), and hashbuildCallback().

◆ indtuples

double HashBuildState::indtuples

Definition at line 40 of file hash.c.

Referenced by hashbuild(), and hashbuildCallback().

◆ spool

HSpool* HashBuildState::spool

Definition at line 39 of file hash.c.

Referenced by hashbuild(), and hashbuildCallback().


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