Alexey Milovidov
|
294efeccfe
|
Fix clang-tidy-14 (part 1)
|
2022-04-16 04:54:04 +02:00 |
|
tavplubix
|
6c16348faa
|
Fix division by zero in avgWeighted with Decimal argument (#32303)
* fix division by zero
* Update src/AggregateFunctions/AggregateFunctionAvg.h
Co-authored-by: Dmitry Novik <n0vik@clickhouse.com>
* remove trash
* Update AggregateFunctionAvg.h
Co-authored-by: Dmitry Novik <n0vik@clickhouse.com>
|
2021-12-07 13:32:26 +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
|
a2f1bde5cc
|
Pass Settings to all aggregate function creator
|
2021-04-15 13:39:59 +03:00 |
|
myrrc
|
420f2489a7
|
fixed decimal scales calc, updated the tests
|
2020-11-24 17:07:59 +03:00 |
|
myrrc
|
832d37c424
|
added some corner cases, made Decimal convertTo const
|
2020-11-04 17:23:04 +03:00 |
|
myrrc
|
43b2d20314
|
updated the decimal template magic
|
2020-11-04 16:14:07 +03:00 |
|
myrrc
|
ab1b7267b6
|
fixed the build, added some comments
|
2020-11-03 17:56:07 +03:00 |
|
myrrc
|
5c77ae914f
|
fixed contexpr modifier build, updated tests
|
2020-11-02 14:47:59 +03:00 |
|
myrrc
|
d8370116c1
|
simplified the functions (agreement to cast to Float64)
|
2020-10-25 23:33:01 +03:00 |
|
myrrc
|
338ecb6fe1
|
possibly added the numerator/denominator determination algorithm in
avgWeighted
|
2020-10-22 17:29:32 +03:00 |
|
myrrc
|
30d477bc10
|
added create() function fo avgWeighted
|
2020-10-19 18:23:35 +03:00 |
|
myrrc
|
4bb700fc1b
|
cleaned up traits for AggregateFunction, added some dev docs
|
2020-10-16 23:15:38 +03:00 |
|
myrrc
|
8e7e232387
|
wip dealing with template magic
|
2020-10-15 13:36:00 +03:00 |
|
myrrc
|
8094ba713e
|
first steps: changed allowed types
|
2020-09-28 17:33:52 +03: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 |
|