PostgreSQL Source Code  git master
HSpool Struct Reference

Data Fields

Tuplesortstatesortstate
 
Relation index
 
uint32 high_mask
 
uint32 low_mask
 
uint32 max_buckets
 

Detailed Description

Definition at line 39 of file hashsort.c.

Field Documentation

◆ high_mask

uint32 HSpool::high_mask

Definition at line 50 of file hashsort.c.

Referenced by _h_indexbuild(), and _h_spoolinit().

◆ index

Relation HSpool::index

Definition at line 42 of file hashsort.c.

Referenced by _h_indexbuild(), _h_spool(), and _h_spoolinit().

◆ low_mask

uint32 HSpool::low_mask

Definition at line 51 of file hashsort.c.

Referenced by _h_indexbuild(), and _h_spoolinit().

◆ max_buckets

uint32 HSpool::max_buckets

Definition at line 52 of file hashsort.c.

Referenced by _h_indexbuild(), and _h_spoolinit().

◆ sortstate

Tuplesortstate* HSpool::sortstate

Definition at line 41 of file hashsort.c.

Referenced by _h_indexbuild(), _h_spool(), _h_spooldestroy(), and _h_spoolinit().


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