1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Better names: s/histogram_/histogram/, s/Histogram_json/Histogram_json_hb/

This commit is contained in:
Sergei Petrunia
2021-08-31 13:47:21 +03:00
parent fc6a4a33b2
commit 859c14ff01
2 changed files with 44 additions and 46 deletions

View File

@ -356,12 +356,9 @@ public:
An equi-height histogram which stores real values for bucket bounds.
Handles @@histogram_type=JSON_HB
On-disk format is JSON:
(TODO description)
*/
class Histogram_json : public Histogram_base
class Histogram_json_hb : public Histogram_base
{
private:
size_t size; /* Number of elements in the histogram */
@ -505,7 +502,7 @@ public:
/* Histogram type as specified in mysql.column_stats.hist_type */
Histogram_type histogram_type_on_disk;
Histogram_base *histogram_;
Histogram_base *histogram;
uint32 no_values_provided_bitmap()
{