Maksim Kita
|
af5ad2f370
|
Remove DecimalPaddedPODArray
|
2022-01-27 10:07:53 +00:00 |
|
kssenii
|
5a273d4dda
|
Update version
|
2021-12-02 08:02:07 +00:00 |
|
kssenii
|
95f0cd47eb
|
Fixes
|
2021-12-01 21:34:32 +00:00 |
|
kssenii
|
71bfc72e37
|
Fix
|
2021-11-30 14:42:37 +00:00 |
|
kssenii
|
d81fd72895
|
Fix
|
2021-11-29 09:35:38 +00:00 |
|
kssenii
|
515261f5dd
|
Better
|
2021-11-27 09:40:46 +00:00 |
|
kssenii
|
1a9817f872
|
Correct merge
|
2021-11-18 07:56:10 +00:00 |
|
kssenii
|
37f482d478
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning
|
2021-11-15 07:31:11 +00:00 |
|
mergify[bot]
|
00b1024d75
|
Merge branch 'master' into map_combinator
|
2021-10-29 13:36:47 +00:00 |
|
Alexey Milovidov
|
8b4a6a2416
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
|
Mike Kot
|
bce011cb33
|
Replacing IsDecimalNumber
|
2021-09-11 00:40:18 +02:00 |
|
Amos Bird
|
f2374a6916
|
Better nullable primary key implementation.
|
2021-08-28 17:48:28 +08:00 |
|
Ildus Kurbangaliev
|
03be2c3133
|
*MappedArrays will return old name for backwards compability
|
2021-08-05 21:10:50 +05:00 |
|
Ildus Kurbangaliev
|
030e5e625e
|
add Map combinator
|
2021-08-05 21:10:50 +05:00 |
|
kssenii
|
58b3a3f3fc
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning
|
2021-07-29 19:56:27 +00:00 |
|
Amos Bird
|
f2ed5ef42b
|
Nullable primary key with correct KeyCondition
|
2021-06-18 23:04:24 +08:00 |
|
Anton Popov
|
6b264618aa
|
Merge pull request #25298 from Avogar/fix-min-map
Fix Logical Error in min/maxMap
|
2021-06-16 12:26:29 +03:00 |
|
Pavel Kruglov
|
7b9c8edaf5
|
Fix Logical Error in min/maxMap
|
2021-06-15 19:24:18 +03:00 |
|
Alexey Milovidov
|
447d7bb8cd
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
|
kssenii
|
a2997535e1
|
Small improvement
|
2021-06-03 11:31:02 +00:00 |
|
kssenii
|
e510c3839e
|
More correct
|
2021-05-31 22:09:54 +00:00 |
|
kssenii
|
d18609467b
|
First version
|
2021-05-30 13:57:30 +00: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 |
|
Maksim Kita
|
d9e9224188
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
|
Anton Popov
|
6a15431be7
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-03-25 15:57:35 +03:00 |
|
Alexander Kuzmenkov
|
77a2f03d3b
|
prevent accidental reinterpret_cast in Field::get<>
|
2021-03-22 23:23:44 +03:00 |
|
Anton Popov
|
81ac6382a3
|
slightly better performance
|
2021-03-13 21:05:18 +03:00 |
|
Anton Popov
|
bc417cf54a
|
refactoring of serializations
|
2021-03-09 17:46:52 +03:00 |
|
Maksim Kita
|
7ed5900251
|
Updated style
|
2021-03-01 19:18:56 +03:00 |
|
Maksim Kita
|
019a2090c7
|
Fix unused variable
|
2021-03-01 19:18:14 +03:00 |
|
Maksim Kita
|
3764a2a2be
|
AggregateFunctionSumMap better comment message
|
2021-03-01 19:15:59 +03:00 |
|
Maksim Kita
|
fc03c1013c
|
Fixed style check
|
2021-02-19 20:42:51 +03:00 |
|
Maksim Kita
|
0b5213c80d
|
Added comment
|
2021-02-19 19:49:19 +03:00 |
|
Maksim Kita
|
b84112a603
|
Function sumMap decimal fix
|
2021-02-19 19:25:50 +03:00 |
|
Alexey Milovidov
|
349d783089
|
Improve performance of aggregate functions
|
2021-02-01 20:12:12 +03:00 |
|
Alexey Milovidov
|
a1ce6c4165
|
Fix errors
|
2021-01-05 04:26:29 +03:00 |
|
Alexey Milovidov
|
fbed8bb426
|
Fix fuzz errors in sumMap
|
2021-01-04 04:54:00 +03:00 |
|
Alexey Milovidov
|
cc0924454c
|
Development
|
2021-01-04 04:02:47 +03:00 |
|
Alexey Milovidov
|
34126a635b
|
sumMap: check for summable types
|
2021-01-04 04:02:46 +03:00 |
|
Ildus Kurbangaliev
|
4ff1dacaa0
|
Fix the test case for maxMap function
|
2020-11-04 14:20:11 +00:00 |
|
Ildus Kurbangaliev
|
2534ea3426
|
fix bug in minMap and maxMap with zero values
|
2020-11-03 10:22:51 +00:00 |
|
Artem Zuikov
|
becc186c91
|
Add support for extended precision integers and decimals (#13097)
|
2020-08-19 14:52:17 +03:00 |
|
Alexey Milovidov
|
4d55376a59
|
Fix style
|
2020-08-02 17:22:53 +03:00 |
|
Alexey Milovidov
|
eb3422477e
|
Fix assert in *Map aggregate functions
|
2020-08-02 04:29:52 +03:00 |
|
Anton Popov
|
8ba5bd8530
|
Merge remote-tracking branch 'upstream/master' into distinct-combinator
|
2020-06-18 01:44:36 +03:00 |
|
Anton Popov
|
88b325dcdc
|
rework distinct combinator
|
2020-06-17 22:36:27 +03:00 |
|
Alexander Kuzmenkov
|
be008cd186
|
remove some code
|
2020-06-16 13:44:23 +03:00 |
|
Alexander Kuzmenkov
|
7cc54fd4f1
|
renames + perf test
|
2020-06-15 21:53:54 +03:00 |
|