Igor Markelov
be0f0f4909
Fix typo in exception explanation
2024-04-17 21:56:21 +00:00
Robert Schulze
97281203b8
Don't access static members through instance, pt. II
...
clang-tidy rightfully complains
(-readability-static-accessed-through-instance) that static member
functions are accessed through non-static members
2024-04-07 11:09:35 +00:00
Raúl Marín
7df11b1852
Merge pull request #62264 from Algunenano/nested_includes_Ñ
...
Remove more nested includes
2024-04-05 17:00:28 +02:00
Raúl Marín
276246ee97
Introduce IAggregateFunction_fwd to reduce header dependencies
2024-04-04 12:29:54 +02:00
Robert Schulze
de2a0be025
Don't access static members through instance
...
- clang-tidy rightfully complains (-readability-static-accessed-through-instance)
- not going to enable the warning for now to avoid breaking the build
2024-04-03 18:50:33 +00:00
Raúl Marín
40b901a2e3
More crap
2024-04-03 19:49:56 +02:00
Raúl Marín
0dbb249b48
More nested includes
2024-04-03 19:30:55 +02:00
Raúl Marín
11eb872ac6
Remove more nested includes
2024-04-03 19:06:36 +02:00
vdimir
3fa6d23730
Merge pull request #61364 from ClickHouse/vdimir/fix_crash_objson_array_null
...
Fix crash in ObjectJson parsing array with nulls
2024-03-27 13:41:09 +01:00
Alexey Milovidov
fd8fa63abc
Merge pull request #61075 from bigo-sg/opt_memcpy_small
...
Optimize ColumnString::replicate and prevent memcpySmallAllowReadWriteOverflow15Impl from being optimized to built-in memcpy
2024-03-21 19:59:35 +03:00
李扬
894dd3f670
Merge branch 'ClickHouse:master' into opt_insertmanyfrom
2024-03-21 11:28:15 +08:00
李扬
be68b21de4
Merge branch 'ClickHouse:master' into opt_memcpy_small
2024-03-21 11:27:10 +08:00
vdimir
f0b955888b
Fix tryInsert for ColumnUInt8 and Bool
2024-03-19 11:44:39 +00:00
vdimir
567a550149
Safer Subcolumn::insert
2024-03-18 10:39:02 +00:00
Robert Schulze
c17536c3b3
Enable clang-tidy in headers
2024-03-18 08:00:09 +00:00
李扬
4949e9722b
Merge branch 'ClickHouse:master' into opt_insertmanyfrom
2024-03-18 11:21:11 +08:00
李扬
9296be3747
Merge branch 'ClickHouse:master' into opt_memcpy_small
2024-03-18 10:35:09 +08:00
taiyang-li
00533f3df6
revert opts in column array
2024-03-15 19:43:44 +08:00
taiyang-li
d2b8afb98b
add benchmarks for column::insertmanyfrom
2024-03-14 18:26:13 +08:00
avogar
74281b0a4e
Avoid some logical errors in experimantal Object type
2024-03-11 16:42:45 +00:00
李扬
fdebf2b09f
Merge branch 'ClickHouse:master' into opt_insertmanyfrom
2024-03-11 14:33:16 +08:00
李扬
d00122384d
Merge branch 'ClickHouse:master' into opt_memcpy_small
2024-03-08 23:31:35 +08:00
taiyang-li
89ae39e598
optimize column string replicate
2024-03-08 12:22:07 +08:00
Nikita Mikhaylov
82ba97c3a7
More explicit template instantiations ( #60730 )
2024-03-07 17:16:13 +01:00
taiyang-li
930deee699
fix bugs
2024-03-07 22:02:10 +08:00
taiyang-li
8e413da8f1
apply opts for string nested in array
2024-03-06 17:32:08 +08:00
taiyang-li
3005bff231
fix building
2024-03-06 14:43:33 +08:00
taiyang-li
3bf3c7cc70
finish column map and tuple
2024-03-06 12:32:23 +08:00
taiyang-li
53c9d4513c
finish dev column array
2024-03-06 12:16:17 +08:00
taiyang-li
a109952960
dev columnstring
2024-03-05 22:08:36 +08:00
taiyang-li
c0b398b3db
Merge remote-tracking branch 'origin/master' into opt_insertmanyfrom
2024-03-05 19:40:08 +08:00
taiyang-li
e789d15948
optimize insertmanyfrom of nullable(number) or nullable(string)
2024-03-05 16:06:25 +08:00
Alexey Milovidov
cbf5443585
Remove old code
2024-03-04 00:11:55 +01:00
Alexey Milovidov
356e8cae39
Merge pull request #60710 from ClickHouse/speed-up-unit-tests
...
Improve unit tests
2024-03-03 23:56:17 +03:00
Alexey Milovidov
0e62ed1e54
Improve unit tests
2024-03-03 17:25:25 +01:00
Alexey Milovidov
dff1bf3358
Remove unit test for ColumnObject
2024-03-03 17:17:49 +01:00
Nikita Taranov
bcd3ad01de
Merge pull request #55809 from amosbird/alt-51399
...
Improve the performance of serialized aggregation method when involving multiple [nullable] columns
2024-03-01 22:44:56 +01:00
Raúl Marín
885952a03b
Merge pull request #58640 from Algunenano/argmin_optimization
...
ArgMin / ArgMax / any / anyLast / anyHeavy optimization
2024-03-01 12:45:58 +01:00
Amos Bird
a2027db50d
Fix build after rebase master
2024-02-29 22:26:02 +08:00
Amos Bird
e289ba10a1
Fix
2024-02-29 21:48:16 +08:00
Amos Bird
db7adcfca9
Address review comments
2024-02-29 21:48:16 +08:00
Amos Bird
3b04f5c605
Improve the performance of serialized aggregation method when involving multiple [nullable] columns.
2024-02-29 21:48:15 +08:00
Raúl Marín
7e2b5efb29
Merge remote-tracking branch 'blessed/master' into argmin_optimization
2024-02-29 14:13:07 +01:00
Robert Schulze
ed655815fe
Merge remote-tracking branch 'rschu1ze/master' into clang-tidy-src
2024-02-29 12:58:53 +00:00
Robert Schulze
a1c164a758
Fix a bunch of clang-tidy warnings in headers
2024-02-28 23:43:12 +00:00
Kruglov Pavel
a7eabbbe3a
Merge branch 'master' into variant-improvements
2024-02-28 17:38:54 +01:00
Alexey Milovidov
fe42d8ecfc
Merge pull request #60050 from ClickHouse/less-memory-usage-primary-key-2
...
Less memory usage in primary key, variant 2
2024-02-28 19:22:46 +03:00
Raúl Marín
c1c4a8c02a
Merge remote-tracking branch 'blessed/master' into argmin_optimization
2024-02-27 12:49:18 +01:00
Alexey Milovidov
0b90076a36
Revert "Revert "Check stack size in Parser""
2024-02-27 01:34:50 +03:00
Alexey Milovidov
c29d9a8af6
Merge branch 'master' into less-memory-usage-primary-key-2
2024-02-26 23:30:47 +01:00