PostgreSQL Source Code
git master
|
Data Fields | |
Tuplesortstate * | sortstate |
Relation | index |
uint32 | high_mask |
uint32 | low_mask |
uint32 | max_buckets |
Definition at line 39 of file hashsort.c.
uint32 HSpool::high_mask |
Definition at line 50 of file hashsort.c.
Referenced by _h_indexbuild(), and _h_spoolinit().
Relation HSpool::index |
Definition at line 42 of file hashsort.c.
Referenced by _h_indexbuild(), _h_spool(), and _h_spoolinit().
uint32 HSpool::low_mask |
Definition at line 51 of file hashsort.c.
Referenced by _h_indexbuild(), and _h_spoolinit().
uint32 HSpool::max_buckets |
Definition at line 52 of file hashsort.c.
Referenced by _h_indexbuild(), and _h_spoolinit().
Tuplesortstate* HSpool::sortstate |
Definition at line 41 of file hashsort.c.
Referenced by _h_indexbuild(), _h_spool(), _h_spooldestroy(), and _h_spoolinit().