summaryrefslogtreecommitdiff
path: root/sql/opt_histogram_json.h
Commit message (Expand)AuthorAgeFilesLines
* Code cleanupSergei Petrunia2022-01-191-4/+3
* MDEV-27229: Estimation for filtered rows less precise ... #5Sergei Petrunia2022-01-191-1/+1
* MDEV-27229: Estimation for filtered rows less precise ... #5Sergei Petrunia2022-01-191-1/+1
* MDEV-26764: JSON_HB Histograms: handle BINARY and unassigned charactersSergei Petrunia2022-01-191-1/+12
* MDEV-26519: Improved histogramsSergei Petrunia2022-01-191-0/+5
* Rename histogram_hb_v2 -> histogram_hbSergei Petrunia2022-01-191-2/+2
* MDEV-26519: Improved histograms: Make JSON parser efficientSergei Petrunia2022-01-191-1/+5
* MDEV-26886: Estimation for filtered rows less precise with JSON histogramSergei Petrunia2022-01-191-1/+1
* MDEV-26849: JSON Histograms: point selectivity estimates are offSergei Petrunia2022-01-191-1/+2
* Use JSON_NAME, not the "histogram_hb_v2" constantSergei Petrunia2022-01-191-2/+2
* Fix off-by-one error in Histogram_json_hb::find_bucketSergei Petrunia2022-01-191-1/+1
* Address review inputSergei Petrunia2022-01-191-3/+3
* Valgrind fixes, poor .result fixes, code cleanupsSergei Petrunia2022-01-191-3/+1
* MDEV-26519: JSON Histograms: improve histogram collectionSergei Petrunia2022-01-191-3/+48
* Fix compilation on windows part 2Sergei Petrunia2022-01-191-1/+1
* Rollback a change from previous commitSergei Petrunia2022-01-191-5/+3
* More code cleanupsSergei Petrunia2022-01-191-9/+1
* Move JSON histograms code into its own filesSergei Petrunia2022-01-191-0/+95