PostgreSQL Source Code  git master
HashInstrumentation Struct Reference

#include <execnodes.h>

Data Fields

int nbuckets
 
int nbuckets_original
 
int nbatch
 
int nbatch_original
 
Size space_peak
 

Detailed Description

Definition at line 2715 of file execnodes.h.

Field Documentation

◆ nbatch

int HashInstrumentation::nbatch

Definition at line 2719 of file execnodes.h.

Referenced by ExecHashAccumInstrumentation(), and show_hash_info().

◆ nbatch_original

int HashInstrumentation::nbatch_original

Definition at line 2720 of file execnodes.h.

Referenced by ExecHashAccumInstrumentation(), and show_hash_info().

◆ nbuckets

int HashInstrumentation::nbuckets

Definition at line 2717 of file execnodes.h.

Referenced by ExecHashAccumInstrumentation(), and show_hash_info().

◆ nbuckets_original

int HashInstrumentation::nbuckets_original

Definition at line 2718 of file execnodes.h.

Referenced by ExecHashAccumInstrumentation(), and show_hash_info().

◆ space_peak

Size HashInstrumentation::space_peak

Definition at line 2721 of file execnodes.h.

Referenced by ExecHashAccumInstrumentation(), and show_hash_info().


The documentation for this struct was generated from the following file: