PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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.

◆ index

Relation HSpool::index

Definition at line 42 of file hashsort.c.

◆ low_mask

uint32 HSpool::low_mask

Definition at line 51 of file hashsort.c.

◆ max_buckets

uint32 HSpool::max_buckets

Definition at line 52 of file hashsort.c.

◆ sortstate

Tuplesortstate* HSpool::sortstate

Definition at line 41 of file hashsort.c.


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