PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
int64 | groupCount |
int64 | maxDiskSpaceUsed |
int64 | totalDiskSpaceUsed |
int64 | maxMemorySpaceUsed |
int64 | totalMemorySpaceUsed |
bits32 | sortMethods |
Definition at line 2212 of file execnodes.h.
int64 IncrementalSortGroupInfo::groupCount |
Definition at line 2214 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), show_incremental_sort_group_info(), and show_incremental_sort_info().
int64 IncrementalSortGroupInfo::maxDiskSpaceUsed |
Definition at line 2215 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
int64 IncrementalSortGroupInfo::maxMemorySpaceUsed |
Definition at line 2217 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
bits32 IncrementalSortGroupInfo::sortMethods |
Definition at line 2219 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
int64 IncrementalSortGroupInfo::totalDiskSpaceUsed |
Definition at line 2216 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
int64 IncrementalSortGroupInfo::totalMemorySpaceUsed |
Definition at line 2218 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().