PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
Size | hash_mem_peak |
uint64 | hash_disk_used |
int | hash_batches_used |
Definition at line 2459 of file execnodes.h.
int AggregateInstrumentation::hash_batches_used |
Definition at line 2463 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
uint64 AggregateInstrumentation::hash_disk_used |
Definition at line 2462 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
Size AggregateInstrumentation::hash_mem_peak |
Definition at line 2461 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().