ClickHouse/docs/en
Srikanth Chekuri c23c7e0b6f
feat: add DDSketch quantile (#56342)
* feat: add DDSketch quantile

* Fix StyleCheck

* Move quantileddsketch.md under right dir

* Update stateless test number and add stateful test

* Throw exception when relative accuracy is too low

* Update test number

* Fix undefined behaviour for empty store

* Fix quantileGK test

* Update test numbers

* Update src/AggregateFunctions/

* Throw exception on out of range values

* Update relative accuracy docs and add encoding details

* Address review comments and suggestions

* Remove unused function

* Address alexey review comments

* Remove unused function isFloat64FieldType

* Throw error on invalid relative accuracy

* Simplify mapping

* Address remaining review comments

* Add effective memory usage suggestions

* Fix Stylecheck

* Fix fast test

* Incorporate bins capacity suggestion

* Fix fuzzer

* Remove inheritance in Mapping, Store and DDSketch

* Add checks for bin resizing

* Add note about the binary compatible implementation
2024-01-17 19:51:32 -08:00
..
development Add a style check against DOS and Windows 2023-12-29 13:10:40 +01:00
engines Update docs 2024-01-12 14:10:25 +00:00
getting-started Update youtube-dislikes.md 2023-12-30 21:30:16 +03:00
interfaces Better docs 2024-01-12 13:06:51 +00:00
operations Merge pull request #58614 from Blargian/58363_disable_ansi_pretty_automatically 2024-01-17 13:45:41 +01:00
sql-reference feat: add DDSketch quantile (#56342) 2024-01-17 19:51:32 -08:00