|
PostgreSQL Source Code git master
|
#include <instrument_node.h>
Data Fields | |
| int | nbuckets |
| int | nbuckets_original |
| int | nbatch |
| int | nbatch_original |
| Size | space_peak |
Definition at line 223 of file instrument_node.h.
| int HashInstrumentation::nbatch |
Definition at line 227 of file instrument_node.h.
Referenced by ExecHashAccumInstrumentation(), and show_hash_info().
| int HashInstrumentation::nbatch_original |
Definition at line 228 of file instrument_node.h.
Referenced by ExecHashAccumInstrumentation(), and show_hash_info().
| int HashInstrumentation::nbuckets |
Definition at line 225 of file instrument_node.h.
Referenced by ExecHashAccumInstrumentation(), and show_hash_info().
| int HashInstrumentation::nbuckets_original |
Definition at line 226 of file instrument_node.h.
Referenced by ExecHashAccumInstrumentation(), and show_hash_info().
| Size HashInstrumentation::space_peak |
Definition at line 229 of file instrument_node.h.
Referenced by ExecHashAccumInstrumentation(), and show_hash_info().