Anton Popov
|
b64bbb54aa
|
Merge pull request #29203 from CurtizJ/fix-ubsan
Fix integer underflow in function `quantile`
|
2021-10-02 20:36:53 +03:00 |
|
Alexey Milovidov
|
fe6b7c77c7
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
|
Anton Popov
|
c48a93a62f
|
fix integer underflow in function 'quantile'
|
2021-09-20 21:21:40 +03:00 |
|
Vladimir
|
fc15cad7e0
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
|
Vladimir
|
7224e25156
|
Revert "Pass Settings to aggregate function creator"
|
2021-05-26 14:46:42 +03:00 |
|
vdimir
|
905e54a0af
|
Merge branch 'master' into create-aggregate-func-settings
|
2021-05-11 11:18:24 +03:00 |
|
Alexey Milovidov
|
78a2df5900
|
Fix low quality code in Qualtile (found by PVS-Studio)
|
2021-05-08 19:10:38 +03:00 |
|
vdimir
|
a2f1bde5cc
|
Pass Settings to all aggregate function creator
|
2021-04-15 13:39:59 +03:00 |
|
Alexey Milovidov
|
54caa61af5
|
Fix comments
|
2021-04-04 12:33:06 +03:00 |
|
Ivan
|
902091cc07
|
Slightly better miniselect usage (#16896)
* Slightly better miniselect usage
* Update ColumnDecimal.cpp
|
2020-11-13 14:28:18 +03:00 |
|
Nikolai Kochetov
|
0410e383d9
|
Try fix check.
|
2020-11-11 12:46:36 +03:00 |
|
Nikolai Kochetov
|
ac8b658a4a
|
Try fix ci.
|
2020-11-10 23:25:29 +03:00 |
|
Danila Kutenin
|
a4e000cc9f
|
Fix name
|
2020-11-10 00:55:17 +03:00 |
|
Danila Kutenin
|
d0840bfc5d
|
Move miniselect to submodule and replace quantile exact with better algorithm
|
2020-11-10 00:53:43 +03:00 |
|
Artem Zuikov
|
51ba12c2c3
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
|
Nikita Mikhaylov
|
7209809e29
|
get rid of virtual call
|
2020-08-24 14:54:04 +03:00 |
|
bharatnc
|
64d848f5c8
|
fix gcc-9 build check error
|
2020-08-23 10:09:41 -07:00 |
|
bharatnc
|
dd3068e2bb
|
fix file formatting
|
2020-08-23 10:09:41 -07:00 |
|
bharatnc
|
e1bf87019c
|
add quantileExactLow & quantileExactHigh functions
This PR adds the quantileExactLow and quantileExactHigh
implementations which are equivalent to how the `median_low`
and `median_high` functions are implemented in python.
`median_low`: https://github.com/python/cpython/blob/master/Lib/statistics.py#L438
`median_high`: https://github.com/python/cpython/blob/master/Lib/statistics.py#L460
|
2020-08-23 10:09:41 -07:00 |
|
Artem Zuikov
|
becc186c91
|
Add support for extended precision integers and decimals (#13097)
|
2020-08-19 14:52:17 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|