MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PFS_stat_row Struct Reference

#include <table_helper.h>

Public Member Functions

void set (time_normalizer *normalizer, const PFS_single_stat *stat)
void set_field (uint index, Field *f)

Public Attributes

ulonglong m_count
ulonglong m_sum
ulonglong m_min
ulonglong m_avg
ulonglong m_max

Detailed Description

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

Definition at line 207 of file table_helper.h.

Member Function Documentation

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

Build a row with timer fields from a memory buffer.

Definition at line 221 of file table_helper.h.

Here is the caller graph for this function:

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

Set a table field from the row.

Definition at line 242 of file table_helper.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

ulonglong PFS_stat_row::m_avg

Column AVG_TIMER_WAIT.

Definition at line 216 of file table_helper.h.

ulonglong PFS_stat_row::m_count

Column COUNT_STAR.

Definition at line 210 of file table_helper.h.

ulonglong PFS_stat_row::m_max

Column MAX_TIMER_WAIT.

Definition at line 218 of file table_helper.h.

ulonglong PFS_stat_row::m_min

Column MIN_TIMER_WAIT.

Definition at line 214 of file table_helper.h.

ulonglong PFS_stat_row::m_sum

Column SUM_TIMER_WAIT.

Definition at line 212 of file table_helper.h.


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