Maksim Kita
22491c8adc
Compile AggregateFunctionCount
2021-07-01 22:56:36 +03:00
Maksim Kita
fdf172a61e
Fixed tests
2021-07-01 22:56:36 +03:00
Maksim Kita
246ba45082
Added hits_100m_single benchmark
2021-07-01 22:56:36 +03:00
Maksim Kita
61a5c4f493
Fix min, max aggregate functions merge
2021-07-01 22:56:36 +03:00
Maksim Kita
30021f0335
Fixed tests
2021-07-01 22:56:36 +03:00
Maksim Kita
da8c957167
Aggregator added CompiledExpressionCache
2021-07-01 22:56:36 +03:00
Maksim Kita
f17e212a72
Fixed build
2021-07-01 22:56:36 +03:00
Maksim Kita
0c395bc1ef
Added performance tests
2021-07-01 22:56:36 +03:00
Maksim Kita
7b3952adda
Fixed tests
2021-07-01 22:56:36 +03:00
Maksim Kita
0fb8ea530f
Avoid using exception unsafe method
2021-07-01 22:56:36 +03:00
Maksim Kita
d24d3ae992
Added second variant of compilation
2021-07-01 22:56:36 +03:00
Maksim Kita
1e2f22a183
Aggregator compile part of aggregate functions
2021-07-01 22:56:36 +03:00
Maksim Kita
eb29490102
Fix AggregateFunctionAvg denominator type
2021-07-01 22:56:36 +03:00
Maksim Kita
d4742f91e6
Check min_count_to_compile_aggregate_expression setting before compilation
2021-07-01 22:56:36 +03:00
Maksim Kita
e67198c144
Compile AggregateFunctionIfNull
2021-07-01 22:56:36 +03:00
Maksim Kita
507d9405e2
Compile AggregateFunctionAvgWeighted
2021-07-01 22:56:36 +03:00
Maksim Kita
56c1a4e447
Added tests
2021-07-01 22:56:36 +03:00
Maksim Kita
a7a7623b36
Fixed style check
2021-07-01 22:56:36 +03:00
Maksim Kita
44259736ed
Compile AggregateFunctionMax
2021-07-01 22:56:36 +03:00
Maksim Kita
ddc96374c8
Compile AggregateFunctionMin
2021-07-01 22:56:35 +03:00
Maksim Kita
88d536ea5c
Update compilation for AggregateFunctionAny, AggregateFunctionAnyLast
2021-07-01 22:56:35 +03:00
Maksim Kita
fdfb17370d
Compile AggregateFunctionAnyLast
2021-07-01 22:56:35 +03:00
Maksim Kita
905f48ccce
Compile AggregateFunctionAny
2021-07-01 22:56:35 +03:00
Maksim Kita
f93da5ed2b
Compile AggregateFunctionNullUnary
2021-07-01 22:56:35 +03:00
Maksim Kita
f88d8ccb1f
Compile AggregateFunctionAvg
2021-07-01 22:56:35 +03:00
Maksim Kita
b491e75a56
Fix compile functions data type offset
2021-07-01 22:56:35 +03:00
Maksim Kita
a5ef0067b8
Compile AggregateFunctionIf
2021-07-01 22:56:35 +03:00
Maksim Kita
9b71b1040a
Aggregate functions update compile interface
2021-07-01 22:56:35 +03:00
Maksim Kita
3fe559b31f
Compile aggregate functions
2021-07-01 22:56:35 +03:00
Maksim Kita
aa8d4aea54
Merge pull request #25903 from ClickHouse/blinkov-patch-22
...
Update the Slack link to the one that's supposed to never expire
2021-07-01 22:30:02 +03:00
Aleksei Semiglazov
9a5365fc41
CLICKHOUSE-784: reset merge tree setting
...
Add an ability to reset custom setting to default and remove it from table's metadata.
This will allow to rollback the change without knowing the system/config's default.
Signed-off-by: Aleksei Semiglazov <asemiglazov@cloudflare.com>
2021-07-01 20:09:54 +01:00
Aleksei Semiglazov
f47e1ff102
CLICKHOUSE-1194: add skipping index to the beginning of the list
...
add the FIRST keyword to the ADD INDEX command to be able to add index in the beginning of the list.
Signed-off-by: Aleksei Semiglazov <asemiglazov@cloudflare.com>
2021-07-01 19:37:48 +01:00
Ivan Blinkov
3525f93a64
Update community.html
2021-07-01 21:20:19 +03:00
Ivan Blinkov
d1a63a5506
Update the Slack link
2021-07-01 21:18:28 +03:00
Kruglov Pavel
e23cf79338
Merge pull request #25596 from ildus/map_add_for_maps
...
Support Map type in mapAdd and mapSubtract
2021-07-01 21:08:07 +03:00
kssenii
4c8d82001f
Fix checks
2021-07-01 17:52:21 +00:00
kssenii
9977629c89
Fix
2021-07-01 17:26:15 +00:00
kssenii
4d4ba4b5b1
More types for json functions
2021-07-01 16:46:34 +00:00
feng lv
9ad405cae8
update
...
update
fix test
fix test
2021-07-01 15:19:36 +00:00
Maksim Kita
6bbec92614
Merge pull request #25837 from azat/perf-query_log-map-fix
...
Fix performance tests after converting ProfileEvents to Map type
2021-07-01 16:24:42 +03:00
alesapin
7792b09911
Reset counter if background pool is full
2021-07-01 16:10:07 +03:00
feng lv
fe22563465
fix conflict
2021-07-01 13:09:33 +00:00
Ildus Kurbangaliev
c86739794f
Change error code in mapAdd
2021-07-01 13:41:12 +02:00
Ildus Kurbangaliev
f56ae8f9cd
Apply suggestions from code review
...
Co-authored-by: Kruglov Pavel <48961922+Avogar@users.noreply.github.com>
2021-07-01 13:38:13 +02:00
mergify[bot]
98fa9f7951
Merge branch 'master' into better_remove_empty_parts
2021-07-01 11:32:43 +00:00
Kruglov Pavel
0b032e852d
Merge pull request #25874 from Avogar/fix-arrow-test
...
Fix typo in the test 00900_orc_arrow_parquet_maps
2021-07-01 12:25:31 +03:00
kssenii
4ad0f45f0e
Some more tests
2021-07-01 08:35:28 +00:00
Vladimir
d0b28a7d6e
Merge pull request #25793 from Slach/improve_alter_partition_docs
...
add DELETE IN PARTITION and UPDATE IN PARTITION into ALTER syntax TOC
2021-07-01 10:55:44 +03:00
kssenii
f01c8edbff
Fix access to tables after restart
2021-07-01 07:33:58 +00:00
alexey-milovidov
cae19ca36e
Merge pull request #25559 from MyroTk/tfs_bigdatatypes_fix
...
Testflows - Extended Precision Data Type Tests - Minor syntax update.
2021-07-01 02:59:19 +03:00