PostgreSQL Source Code: AggregateInstrumentation Struct Reference (original) (raw)
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
Size | hash_mem_peak |
uint64 | hash_disk_used |
int | hash_batches_used |
Detailed Description
Definition at line 2489 of file execnodes.h.
Field Documentation
◆ hash_batches_used
int AggregateInstrumentation::hash_batches_used
Definition at line 2493 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
◆ hash_disk_used
uint64 AggregateInstrumentation::hash_disk_used
Definition at line 2492 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
◆ hash_mem_peak
Size AggregateInstrumentation::hash_mem_peak
Definition at line 2491 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h