MySQL 8.4.4
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts

Row fragment for single statistics columns (COUNT, SUM, MIN, AVG, MAX) More...

#include <table_helper.h>

Public Member Functions

void reset ()
 
void set (time_normalizer *normalizer, const PFS_single_stat *stat)
 Build a row with timer fields from a memory buffer. More...
 
void set_field (uint index, Field *f)
 Set a table field from the row. More...
 

Public Attributes

ulonglong m_count
 Column COUNT_STAR. More...
 
ulonglong m_sum
 Column SUM_TIMER_WAIT. More...
 
ulonglong m_min
 Column MIN_TIMER_WAIT. More...
 
ulonglong m_avg
 Column AVG_TIMER_WAIT. More...
 
ulonglong m_max
 Column MAX_TIMER_WAIT. More...
 

Detailed Description

Row fragment for single statistics columns (COUNT, SUM, MIN, AVG, MAX)

Member Function Documentation

◆ reset()

void PFS_stat_row::reset ( void  )
inline

◆ set()

void PFS_stat_row::set ( time_normalizer normalizer,
const PFS_single_stat stat 
)
inline

Build a row with timer fields from a memory buffer.

◆ set_field()

void PFS_stat_row::set_field ( uint  index,
Field f 
)
inline

Set a table field from the row.

Member Data Documentation

◆ m_avg

ulonglong PFS_stat_row::m_avg

Column AVG_TIMER_WAIT.

◆ m_count

ulonglong PFS_stat_row::m_count

Column COUNT_STAR.

◆ m_max

ulonglong PFS_stat_row::m_max

Column MAX_TIMER_WAIT.

◆ m_min

ulonglong PFS_stat_row::m_min

Column MIN_TIMER_WAIT.

◆ m_sum

ulonglong PFS_stat_row::m_sum

Column SUM_TIMER_WAIT.


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