#include <array>
#include <cassert>
#include "map_helpers.h"
#include "my_alloc.h"
#include "sql/histograms/histogram.h"
#include "sql/psi_memory_key.h"
Go to the source code of this file.
|
class | Table_histograms |
| The Table_histograms class represents a snapshot of the collection of histograms associated with a table. More...
|
|
class | Table_histograms_collection |
| The Table_histograms_collection manages a collection of reference-counted snapshots of histogram statistics (Table_histograms objects) for a table. More...
|
|
◆ kMaxNumberOfTableHistogramsInCollection
constexpr size_t kMaxNumberOfTableHistogramsInCollection = 16 |
|
constexpr |