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