|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| int | nbuckets |
| int | nbuckets_original |
| int | nbatch |
| int | nbatch_original |
| Size | space_peak |
Definition at line 2794 of file execnodes.h.
| int HashInstrumentation::nbatch |
Definition at line 2798 of file execnodes.h.
Referenced by ExecHashAccumInstrumentation(), and show_hash_info().
| int HashInstrumentation::nbatch_original |
Definition at line 2799 of file execnodes.h.
Referenced by ExecHashAccumInstrumentation(), and show_hash_info().
| int HashInstrumentation::nbuckets |
Definition at line 2796 of file execnodes.h.
Referenced by ExecHashAccumInstrumentation(), and show_hash_info().
| int HashInstrumentation::nbuckets_original |
Definition at line 2797 of file execnodes.h.
Referenced by ExecHashAccumInstrumentation(), and show_hash_info().
| Size HashInstrumentation::space_peak |
Definition at line 2800 of file execnodes.h.
Referenced by ExecHashAccumInstrumentation(), and show_hash_info().