PostgreSQL Source Code  git master
SimpleStats Struct Reference

Data Fields

int64 count
 
double min
 
double max
 
double sum
 
double sum2
 

Detailed Description

Definition at line 355 of file pgbench.c.

Field Documentation

◆ count

int64 SimpleStats::count

Definition at line 357 of file pgbench.c.

Referenced by addToSimpleStats(), mergeSimpleStats(), printResults(), and printSimpleStats().

◆ max

double SimpleStats::max

Definition at line 359 of file pgbench.c.

Referenced by addToSimpleStats(), doLog(), mergeSimpleStats(), and printResults().

◆ min

double SimpleStats::min

Definition at line 358 of file pgbench.c.

Referenced by addToSimpleStats(), doLog(), and mergeSimpleStats().

◆ sum

double SimpleStats::sum

◆ sum2

double SimpleStats::sum2

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