PostgreSQL Source Code
git master
|
#include <tuplesort.h>
Data Fields | |
TuplesortMethod | sortMethod |
TuplesortSpaceType | spaceType |
int64 | spaceUsed |
Definition at line 100 of file tuplesort.h.
TuplesortMethod TuplesortInstrumentation::sortMethod |
Definition at line 102 of file tuplesort.h.
Referenced by instrumentSortedGroup(), show_sort_info(), and tuplesort_get_stats().
TuplesortSpaceType TuplesortInstrumentation::spaceType |
Definition at line 103 of file tuplesort.h.
Referenced by instrumentSortedGroup(), show_sort_info(), and tuplesort_get_stats().
int64 TuplesortInstrumentation::spaceUsed |
Definition at line 104 of file tuplesort.h.
Referenced by instrumentSortedGroup(), show_sort_info(), and tuplesort_get_stats().