MySQL 9.6.0
Source Code Documentation
dict_index_constructed_stats_t Struct Reference

Data structure storing index statistics. More...

#include <dict0mem.h>

Public Attributes

dict_index_stats_t stats
 
unsigned type: DICT_IT_BITS
 
unsigned n_uniq: 10
 

Detailed Description

Data structure storing index statistics.

Used as temporary state during statistics calculation. The final version of statistics for reading by optimizer are stored in dict_index_t::stats.

Member Data Documentation

◆ n_uniq

unsigned dict_index_constructed_stats_t::n_uniq

◆ stats

dict_index_stats_t dict_index_constructed_stats_t::stats

◆ type

unsigned dict_index_constructed_stats_t::type

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