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 2265 of file execnodes.h.
int64 IncrementalSortGroupInfo::groupCount |
Definition at line 2267 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), show_incremental_sort_group_info(), and show_incremental_sort_info().
int64 IncrementalSortGroupInfo::maxDiskSpaceUsed |
Definition at line 2268 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
int64 IncrementalSortGroupInfo::maxMemorySpaceUsed |
Definition at line 2270 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
bits32 IncrementalSortGroupInfo::sortMethods |
Definition at line 2272 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
int64 IncrementalSortGroupInfo::totalDiskSpaceUsed |
Definition at line 2269 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
int64 IncrementalSortGroupInfo::totalMemorySpaceUsed |
Definition at line 2271 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().