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 2395 of file execnodes.h.
int64 IncrementalSortGroupInfo::groupCount |
Definition at line 2397 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), show_incremental_sort_group_info(), and show_incremental_sort_info().
int64 IncrementalSortGroupInfo::maxDiskSpaceUsed |
Definition at line 2398 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
int64 IncrementalSortGroupInfo::maxMemorySpaceUsed |
Definition at line 2400 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
bits32 IncrementalSortGroupInfo::sortMethods |
Definition at line 2402 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
int64 IncrementalSortGroupInfo::totalDiskSpaceUsed |
Definition at line 2399 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().
int64 IncrementalSortGroupInfo::totalMemorySpaceUsed |
Definition at line 2401 of file execnodes.h.
Referenced by ExecInitIncrementalSort(), instrumentSortedGroup(), and show_incremental_sort_group_info().