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 2483 of file execnodes.h.
int AggregateInstrumentation::hash_batches_used |
Definition at line 2487 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
uint64 AggregateInstrumentation::hash_disk_used |
Definition at line 2486 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
Size AggregateInstrumentation::hash_mem_peak |
Definition at line 2485 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().