Kruglov Pavel
|
b6d2a84e83
|
Try to fix build
|
2023-05-16 12:01:55 +02:00 |
|
Kruglov Pavel
|
362fa4849f
|
Try to fix build
|
2023-05-15 17:56:53 +02:00 |
|
Kruglov Pavel
|
c901d2a7be
|
Fix style
|
2023-05-15 13:46:18 +02:00 |
|
avogar
|
aa7ab1f23b
|
Fix comments
|
2023-05-15 11:20:03 +00:00 |
|
avogar
|
602b9a740e
|
Make better, allow generateRandom without structure argument
|
2023-05-12 19:39:33 +00:00 |
|
avogar
|
5ed1b12e19
|
Fix build
|
2023-05-11 12:12:43 +00:00 |
|
avogar
|
604bd24995
|
Refactor, remove no more needed arguments
|
2023-05-11 11:58:08 +00:00 |
|
avogar
|
9096f62efc
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into random-structure
|
2023-05-10 18:46:19 +00:00 |
|
Suzy Wang
|
1b21f13605
|
ip encoding fix
|
2023-05-09 13:57:22 -07:00 |
|
Robert Schulze
|
d8d2b0af76
|
Merge pull request #49466 from ucasfl/str_to_map
add alias str_to_map and mapFromString for extractKeyValuePairs
|
2023-05-08 10:11:06 +02:00 |
|
robot-clickhouse-ci-2
|
6c02b6b327
|
Merge pull request #49627 from ClickHouse/rs/obsolete-ccache-knob
CMake: Remove legacy switch for ccache
|
2023-05-08 00:16:09 +02:00 |
|
Robert Schulze
|
f4eabd967d
|
Merge pull request #49603 from ClickHouse/rs/makedate-mysql
Implement a MySQL-compatible variant of makeDate()
|
2023-05-07 21:51:03 +02:00 |
|
Robert Schulze
|
e275da1d31
|
Remove deprecated logic for ccache
|
2023-05-07 15:41:56 +00:00 |
|
Robert Schulze
|
b995795971
|
Fix style
|
2023-05-07 13:27:57 +00:00 |
|
Robert Schulze
|
aa09b6154b
|
Various cleanups
|
2023-05-07 13:06:35 +00:00 |
|
Alexey Milovidov
|
72e1f751bb
|
Fix error in #48300
|
2023-05-07 04:16:18 +02:00 |
|
Robert Schulze
|
c893302a08
|
Implement a MySQL-compatible variant of makeDate()
Fixes #49143
|
2023-05-06 20:11:36 +00:00 |
|
Robert Schulze
|
2986c28761
|
Small fixes
|
2023-05-06 18:12:10 +00:00 |
|
Robert Schulze
|
3dfc0bd265
|
Merge pull request #49413 from azat/build/headers
Slightly reduce inter-header dependencies
|
2023-05-05 23:37:58 +02:00 |
|
flynn
|
236a0d9da0
|
add alias str_to_map and mapFromString for extractKeyValuePairs
|
2023-05-03 15:46:17 +00:00 |
|
Alexander Tokmakov
|
e399903030
|
Merge pull request #48548 from ClickHouse/clusters_is_active_column
Add some columns to system.clusters
|
2023-05-03 17:42:40 +03:00 |
|
Alexander Tokmakov
|
1ec3040d0c
|
Merge pull request #49420 from ClickHouse/fix_00002
Fix some bad error messages
|
2023-05-03 13:33:53 +03:00 |
|
Azat Khuzhin
|
2b21b83979
|
Reduce inter-header dependencies
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-05-02 21:15:18 +02:00 |
|
Alexander Tokmakov
|
495325f664
|
fix some bad error messages, suppress others
|
2023-05-02 17:55:42 +02:00 |
|
Shane Andrade
|
a60ee304b3
|
Merge branch 'master' into date-trunc-return-date-time
|
2023-04-28 09:16:40 -07:00 |
|
Alexey Milovidov
|
6dcfdbfaf2
|
Merge branch 'master' into clusters_is_active_column
|
2023-04-28 16:16:25 +03:00 |
|
Anton Popov
|
bbdfb9dcd2
|
Merge pull request #48300 from aiven-sal/aiven-sal/case2
Allow NULLs in CASE and transform
|
2023-04-28 14:58:47 +02:00 |
|
Alexey Milovidov
|
fd3c588c68
|
Merge pull request #49200 from CurtizJ/better-map-concat
Allow using function `concat` with `Map` type
|
2023-04-27 16:40:42 +03:00 |
|
Alexey Milovidov
|
ed97e46d41
|
Merge pull request #49221 from Algunenano/conversion_typos
Fix some typos in conversion functions
|
2023-04-27 03:00:40 +03:00 |
|
Robert Schulze
|
ca62b3d177
|
Merge pull request #49183 from ClickHouse/rs/doc-makedate
Document makeDateTime() and its variants
|
2023-04-26 22:45:24 +02:00 |
|
Raúl Marín
|
7bdc5fa88f
|
Fix some typos in conversion functions
|
2023-04-26 20:45:11 +02:00 |
|
Robert Schulze
|
76e80497ed
|
Fix replace[Regexp]{One,All}() with const haystacks
|
2023-04-26 18:18:11 +00:00 |
|
Anton Popov
|
871f9265cc
|
allow using function 'concat' with Map type
|
2023-04-26 14:39:59 +00:00 |
|
Robert Schulze
|
ad15749b4e
|
Document makeDateTime() and its variants
Follow-up to #35628
|
2023-04-26 12:22:05 +00:00 |
|
Kseniia Sumarokova
|
b8f7abf507
|
Merge pull request #48768 from bigo-sg/improve_json_path
Improve jsonpath support in json functions
|
2023-04-26 12:50:54 +02:00 |
|
Salvatore Mesoraca
|
70a8d7ef08
|
Prevent types too large for UInt64 from being used
|
2023-04-26 10:46:35 +02:00 |
|
Salvatore Mesoraca
|
e2d4e08c3b
|
Fix more issues with Decimals
These issues were already present in the original code
|
2023-04-26 10:46:34 +02:00 |
|
Salvatore Mesoraca
|
5bbe0d472e
|
Rename variables with misleading names
|
2023-04-26 10:46:34 +02:00 |
|
Salvatore Mesoraca
|
5f589e20a3
|
Add missing check for argument type
|
2023-04-26 10:46:34 +02:00 |
|
Salvatore Mesoraca
|
d65f98ea25
|
Fix warning
|
2023-04-26 10:46:34 +02:00 |
|
Salvatore Mesoraca
|
0df0438f4b
|
Re-add specializations to improve performance
|
2023-04-26 10:46:33 +02:00 |
|
Salvatore Mesoraca
|
692229d653
|
Fix test
|
2023-04-26 10:46:32 +02:00 |
|
Salvatore Mesoraca
|
8c353bc505
|
Improve performance
|
2023-04-26 10:46:32 +02:00 |
|
Salvatore Mesoraca
|
4904eaf14e
|
Functions: allow caseWithExpression to correctly deal with NULLs
Closes #7237
|
2023-04-26 10:46:32 +02:00 |
|
Salvatore Mesoraca
|
c9828e6fa3
|
Functions: allow transform to deal with NULLs and simplify the code
The function has been completely rewritten to be able to handle
parameters in a generic way an support NULLs.
This is Part of the fix for #7237
|
2023-04-26 10:46:25 +02:00 |
|
Shane Andrade
|
855e3f84d2
|
Merge branch 'master' into date-trunc-return-date-time
|
2023-04-25 07:55:12 -07:00 |
|
Alexey Milovidov
|
93d6dddb97
|
Merge pull request #49044 from ucasfl/bitcount
bitCount support FixedString data type
|
2023-04-25 00:34:12 +03:00 |
|
mauidude
|
4b084c15d0
|
update tests, address code review comments
|
2023-04-24 21:28:07 +00:00 |
|
Alexander Tokmakov
|
332a736a59
|
Merge branch 'master' into clusters_is_active_column
|
2023-04-24 15:54:03 +02:00 |
|
Anton Popov
|
e2e62b32e5
|
Merge pull request #48071 from CurtizJ/rework-map-functions
Rework functions that work with `Map` columns
|
2023-04-24 14:51:02 +02:00 |
|