PostgreSQL Source Code  git master
TuplesortInstrumentation Struct Reference

#include <tuplesort.h>

Data Fields

TuplesortMethod sortMethod
 
TuplesortSpaceType spaceType
 
int64 spaceUsed
 

Detailed Description

Definition at line 110 of file tuplesort.h.

Field Documentation

◆ sortMethod

TuplesortMethod TuplesortInstrumentation::sortMethod

Definition at line 112 of file tuplesort.h.

Referenced by instrumentSortedGroup(), show_sort_info(), and tuplesort_get_stats().

◆ spaceType

TuplesortSpaceType TuplesortInstrumentation::spaceType

Definition at line 113 of file tuplesort.h.

Referenced by instrumentSortedGroup(), show_sort_info(), and tuplesort_get_stats().

◆ spaceUsed

int64 TuplesortInstrumentation::spaceUsed

Definition at line 114 of file tuplesort.h.

Referenced by instrumentSortedGroup(), show_sort_info(), and tuplesort_get_stats().


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