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:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user